@extends('layout.index') @section('content')
@csrf

Billing Details

Your Order Summary

@foreach($check_out as $data) @endforeach
Products Total
{{$data->product_name}} X {{$data->quantity}} £{{$data->single_total}}.00
Sub Total £{{$grand_total}}
Shipping
Total Amount £{{$grand_total}}
Payment Method

Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.

@endsection @section('script') @endsection