|
ALI FOODSCatering & Tent Service Electric DecorationGulzar Ahmed | Abbas Ahmed
|
|
INVOICE{{ date('d M Y') }} |
| Customer & Delivery Information | Invoice # | {{ $order->id }} | |
|---|---|---|---|
| Delivery Date | {{ date('d-M-Y', strtotime($order->order_date)) }} | Delivery Time | {{ date('h:i A', strtotime($order->order_date)) }} |
| Customer | {{ $order->Customer->name }} | Mobile | {{ $order->Customer->phone }} |
| Mobile 2 | {{ $order->Customer->phone2 ?? '-' }} | Status | {{ $order->payment_status }} |
| Address | {{ $order->Customer->address }} | ||
| # | Description | Qty | Rate | Discount | Amount |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $item->Product->name }}
@if($item->product->category==2)
Rental : {{ $item->days }} {{ $item->days > 1 ? 'Days' : 'Day' }} @endif |
{{ number_format($item->qty) }} | {{ number_format($item->price,2) }} | @if($item->product->category==2) {{number_format(($item->discount/$item->days)/$item->qty,2)}} @else {{number_format($item->discount/$item->qty,2)}} @endif | {{ number_format($item->total,2) }} |
Deleverd By:@lang('Mr.'){{optional($order->Deleveryboy)->name}}
@endif
|
|
|||||||||||||||