@extends('layouts.front_main') @section('title', $page_name) @if(isset($page) && $page) @include('front.partials._meta_properties_page') @endif @section('content')
@include('front.partials._breadcrumb')
1. - Your Basket
2. - Checkout
3. - Payment
4. - Order Complete
Product Description Quantity Price Total
{{$packet->title}} 1 £{{$packet->price}} £{{$packet->price}}
Subtotal £{{$packet->price}}
VAT @ 20% £0.00
Total £{{$packet->price}}
@csrf
@if(session('error_code'))
{{session('error_code')}}
@endif
@endsection @push('scripts') @endpush