@extends('layouts.app') @section('content') My Account Home Digital Packages Free Consultations 24/7 020 3002 0032 @include('layouts.navbar') Payment For Order {{ $order_id }} Back @if ($cart->count() > 0) ID Product Unit Price VAT Action @foreach ($cart as $item) {{ $item->id }} {{ $item->service_name }} {{ $item->price ?? 'Free' }} {{ $item->vat ?? '-' }} X @endforeach Net Total: £{{$net_total}} V.A.T: £{{$vat}} Total: £{{$total_price}} @csrf Delivery DetailsPlease check the recipient information below is correct, as these details will be used to deliver your order to you. Order Description : Recipient Name: Recipient Email: I would like to receive updates from FormationsHunt I would like to receive updates from our business partners I agree to the Terms and Conditions & Privacy Policy @if($total_price==0) Submit Now @else Pay Now @endif @else Your cart is empty. @endif @endsection @section('script') @endsection
Free Consultations 24/7
Please check the recipient information below is correct, as these details will be used to deliver your order to you.
I would like to receive updates from FormationsHunt
I would like to receive updates from our business partners
I agree to the Terms and Conditions & Privacy Policy
Your cart is empty.