@extends('layouts.master') @section('content') {{-- url({{ asset('frontend/assets/images/main-banner.png')}}); --}}
01
02
03
04
05
{{-- @dump($sessionCart) --}}
@if(count($sessionCart) > 1) @php $cnt = 0; @endphp @foreach($sessionCart as $key => $sessionC) @if($cnt < (count($sessionCart) - 1) ) @endif @php $cnt++; @endphp @endforeach
Company Name Status Package Price
{{ $sessionC['company_name'] ?? '' }} Incomplete @if (isset($sessionC['price'])) £{{ $sessionC['price'] ?? '' }} @else -- @endif
$key]) }}" id="buyForm"> @csrf @if (isset($sessionC['price'])) @else $key])}}">Choose Package {{-- --}} @endif
@endif
{{--

{{ end($sessionCart)['company_name'] ?? '' }}

Congratulations! This company name is available.

--}}
{{--

You have chosen the {{ end($sessionCart)['package_name'] ?? '' }}

--}}
count($sessionCart)-1]) }}" id="buyForm"> @csrf
.
What happens next?
  • After checkout, you will be asked to enter your new company details and you can select a business bank account (optional).
  • Our staff will then send your new company application to Companies House for approval.
  • Most companies are registered within 3 to 6 working hours.
{{----}}
@endsection @section('script') @endsection