@extends('company_dashboard.company_layout.master') @section('title','Dashboard') @section('header') @include('company_dashboard.partials.header') @endsection @section('content')
@php $show_descount = 0; @endphp

Step two: Set up your card details

@include('company_dashboard.subscription_start_free_trial.nav_menu_buttons')

Payment details

@csrf
@foreach ($plans as $plan)
@if($plan->free_time)

{{$plan->free_time}}

months

free

@endif
recommended_package) checked @endif>

{{$plan->name}}

@if($plan->yearly_price)

£{{$plan->yearly_price}}@if($plan->vat)+VAT @endif

@elseif($plan->price)

£{{$plan->price}}@if($plan->vat)+VAT @endif

@else

£0.00

@endif

{{$plan->description}}

@if($plan->can_have_discount) @endif
    @if($plan->features()) @foreach ($plan->features as $feature)
  • {{$feature->name}}
  • @endforeach @endif
@endforeach
Code accepted Sorry this code is not valid.
  • Card Number*
    Card Number
  • Full Name on Card*
  • Expiry*
    Expiry
    CVC*
    MM/YY


{{--

2 bookings a month per user

--}}
@endsection @section('footer') @include('company_dashboard.partials.footer') @endsection @push('scripts') @if(Session::has('error')) @endif {{-- stripe --}} @endpush