Detail
{{$checkout->created_at}}
{{$checkout->full_name}}
{{$checkout->address}}, {{$checkout->country->name}},
{{$checkout->state->name}}, {{$checkout->city}}
{{$checkout->zip_code}}
{{$checkout->phone}}
{{$checkout->email}}
{{$checkout->notes}}
Image | Product | Price | Size | Quantity | Total | |
---|---|---|---|---|---|---|
|
{{$cart->product->title}} | {{ Helpers::getUserNumberFormat()->format($price) }} | {{$cart->size->name}} | {{$cart->products_count}} | @php $cartTotal=$price * $cart->products_count; @endphp{{ Helpers::getUserNumberFormat()->format($cartTotal) }} | {{--In Stock | --}}
Paiement Totals
Subtotal
{{ Helpers::getUserNumberFormat()->format($subTotal) }}
Shipping
$0
Tax
@php if($subTotal > 0){ $vat = $subTotal * 10.25 /100; }else{ $vat = 0; } @endphp{{ Helpers::getUserNumberFormat()->format($vat) }}
Discount
{{ Helpers::getUserNumberFormat()->format($discountTotal)}}
Total
{{ Helpers::getUserNumberFormat()->format($total)}}