@extends("admin.template.layout") @section('header') @stop @section('content')
| SL | Order No | Product Name | Vendor | Subtotal | Discount | VAT | Total | Payment Mode | Booking Date | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ $item->vendordata ? $item->vendordata->company_name : '' }} | {{ $product->product_name }} | {{ $item->total }} | {{ $item->discount }} | {{ $item->vat }} | {{ $item->grand_total }} | {{payment_mode($item->payment_mode)}} | {{ get_date_in_timezone($item->created_at, 'd-M-y h:i A') }} | ||
|
No Orders found |
||||||||||