@extends('layouts.master') @section('content')
@csrf {{-- --}} {{-- --}}
@include('frontend.service.load_services.header.company_services_header')

1.Your Service

{{ $service_name }} Price: £{{ $prices['business_mailing_address_price'] }}+VAT


Please complete our online application form and make your payment by credit or debit card. Within 3 to 5 working hours, we will send you an email confirming we have started working on your order, with a receipted invoice attached.

Fields marked with an asterisk (*) are required.

Your new virtual office address:

  • Your company name
  • {{construct_address($address->toArray())}}
  • {{--
  • College House, 2nd Floor
  • 17, King Edwards Road
  • London
  • HA4 7AE
  • --}}


Price: £149.99 +VAT
@include('frontend.service.load_services.your_details_confirmation.company_services_confirmation') @include('frontend.service.load_services.your_details_confirmation.company_services_your_details')
{{-- --}}
@endsection