@extends('company_portal.layouts.master') @section('title','Creating the third workspace.') @section('header') @include('company_portal.partials.header') @endsection @section('content')
{{-- modals --}} @include('company_portal.payment_partials._enter_card_modal') @include('company_portal.payment_partials._payment_confirmation_modal') {{-- end modals --}}

Special offer!

Just For
You

{{$plan->name}}

£{{round($new_price, 2)}} was £{{round($plan->full_price, 2)}}

Per user @if($plan->price)per month*@endif

No. of users

{{Auth::user()->licences}}

Discount

£-{{round($discount, 2)}}

{{-- --}}

Subtotal

£{{round($new_price * Auth::user()->licences, 2)}}

{{-- --}}
@if($plan->vat) {{--

VAT 20%

£{{round(($new_price * Auth::user()->licences) * 1.20, 2)}}

--}} @endif

New price:

£{{round(($new_price * Auth::user()->licences), 2)}}

{{-- @endif --}}

Total:

£0

{{-- @endif --}}
{{ csrf_field() }} @include('company_portal.payment_partials._payment_stripe')
@include('company_portal.payment_partials._right_sidebar_payment_blade')
@endsection @push('scripts') @endpush