@extends('layouts.master') @section('content')

{{ $services->service_name }}

@if ($services->price != 0.0 && $services->price != '' && $services->price != '0') @endif @if ($package_name == 'our-online-company-manager') @endif @if ($package_name == 'company-registration') @endif

{{ $services->service_name }}

{!! $services->long_desc !!}

Prefer to order by telephone

If you are not confident in completing your new company order online - call our friendly team and we will complete your order by telephone

{{ $services->service_name }}

@if ($services->price != 0.0 && $services->price != '' && $services->price != '0')

£{{ $services->price }}

Includes

@endif
    @foreach ($features as $feature)
  • @if ($feature->feature != '')

    {{ $feature->feature }}

    @endif
  • @endforeach
{{-- @if ($package_details['package_id'] != '') --}} @if ($services->price != 0.0 && $services->price != '' && $services->price != '0') Buy Now @endif {{-- Buy Now --}}
@if ($package_name == 'company-registration') @endif @if ($package_name == 'our-online-company-manager') @endif
@if ($package_name == 'our-online-company-manager')

Existing customers

Enter your username and password to access your Customer Dashboard.

New customers

Fill in some basic information and you will be able to create an account and begin importing companies or forming new companies.

@else @if ($services->how_it_works != null)
{!! $services->how_it_works !!}
@endif @endif

Financial Services

@if ($package_name == 'our-online-company-manager')

Ready to set up your company?

@endif @if ($services->slug == 'our-online-company-manager') @include('frontend.service.service_page_static_content.other_static') @else @include('frontend.service.service_page_static_content.static') @endif

Our Banking Partners

    @foreach ($businessdata as $index => $data)
  • @endforeach @foreach ($accounting as $item => $data)
  • @endforeach
@if (@$faqs[0]->question != null)

Frequently Asked Questions

@foreach ($faqs as $faq)

{{ $faq->answer }}

@endforeach
@endif @endsection