Invoice

Invoice Number:{{$order->order_number}}
Date: {{ date('d-M-Y', strtotime($order->created_at)) }}

Due Date: {{ date('d-M-Y', strtotime($order->delivery_dt)) }}

Customer Details

{{ $order->client_name }}
{{ __("jamia.phone") }}:{{ $order->client_contact }}

Governorate:{{$order->governorates["governorate"]}}, Area:{{$order->area["area_name"]}}
Street:{{ $order->street }}, Block:{{$order->block}}, Apartment No:{{$order->apartment_no}}
Delivery Men:{{$order->deliveryMn["name"]}}

@php $total = 0; @endphp @foreach ($order->products as $product) @php $total += $product->total; @endphp @endforeach
{{ __("jamia.name") }} {{ __("jamia.qty") }} {{ __("jamia.units") }} {{ __("jamia.unit_p") }} {{ __("jamia.total") }}
{{ $product->pdt["name"] }} {{ $product->qty }} {{ $product->unit["unit_name"] }} {{ $product->unit_price }} {{ $product->total }}

Subtotal: {{$total}}Kd