| Order | # {{ $order->order_id }} | Date | {{ \Carbon\Carbon::parse($order->created_at)->format('d M Y') }} |
| Invoice | # {{ trim($order_delivery->inv_bill_no) }} | Date | {{ $bill_date }} |
| Total Amount | {{ number_format($order->grand_total, 2, '.', ',') }} | Vehicle | {{ trim($order_delivery->vehicle_name) }} |
| Account Info. | Billing Info. | Shipping Info. |
|
{{ $order->customerDetail ? trim($order->customerDetail->customer_name) : '' }} {{ $order->customer ? trim($order->customer->email) : '' }} {{ $order->customerDetail ? trim($order->customerDetail->customer_address) : '' }} {{ $order->customer ? trim($order->customer->code.$order->customer->phone) : '' }} |
@if($order->billing)
{{ $order->billing->billing_name ? trim($order->billing->billing_name) : '' }}
{{ $order->billing->billing_address ? trim($order->billing->billing_address) : '' }} @elseNot available @endif |
@if($order->shipping)
@if($order->shipping->shipping_method_id)
{{ $order->shipping->shippingMethod? $order->shipping->shippingMethod->shipping_method_name : '' }}
@endif
@if($order->shipping->shipping_method_id == 2)
{{ $order->shipping->shippingAreaOne ? trim($order->shipping->shippingAreaOne->shipping_area_one_name) :'' }} @if($order->shipping->holdings){{ trim($order->shipping->holdings) }} @endif @else{{ $order->shipping->shippingZone ? trim($order->shipping->shippingZone->shipping_zone_name) : '' }} {{ $order->shipping_type_name }} @endif{{ $order->shipping->contact_no ? trim($order->shipping->contact_no) : '' }} @elseNot available @endif |
| SL | ID | Product Name | Qty | Serial_No |
| {{$ser}} | {{$ordered_product->product_code_inv}} |
{{$ordered_product->product_name}}
@if($ordered_product->pre_order_text) {{$ordered_product->pre_order_text}} @endif
|
{{$ordered_product->quantity}} | @php($inv_code = $ordered_product->product_code_inv) @if(array_key_exists($inv_code, $bill_products)) {{$bill_products[$inv_code]['ser_no']}} @endif | @php($ser+=1)No product | @endif
Ryans E-commerce Unit delivered the goods as mentioned above and customer received accordingly.
| Delivery by | Goods received by customer |