Payment Details
Bill Amount:
{{ number_format($total, 0, ',', ' ') }} $

Client Information

{{ $cutomer_address->shipping_name }}
{{ $cutomer_address->city }}, {{ $cutomer_address->country }}
Call : {{ $cutomer_address->phone }}
E-mail : {{ $cutomer_address->shipping_email }}

Payment Status : Paid
@foreach($carts as $cart) @endforeach
Product Size Quantity Price Discounted Price
{{ $cart->name }} {{ $cart->size_name }} {{ $cart->quantity }} {{ number_format($cart->price, 0, ',', ' ') }} £ {{ number_format($cart->discounted_price, 0, ',', ' ') }} £

Payment Receipt:Link