{{ Auth::user()->company_profile->address }}
| From Date: {{ $from_date }} To Date: {{ $to_date }} |
| Staff Name:{{ $sale_executive_names }} |
| Route:{{ $routes_names }} |
| Packing Staff Name:{{ $packing_person_names }} |
| Sub Routes:{{ $sub_routes_names }} |
| Delivery Staff Name:{{ $delivery_staff_names }} |
| Order Code | Order Date | Item Name | Shop Name | Quantity | Unit | Price | Price Including tax | Gross value | Discount % | Discount amount | Taxable value | cgst | sgst | Total | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->order->order_code }} | {{ $item->order->order_date }} | {{ $item->stockItem->name }} | {{ $item->order->debitLedger->name }} | {{ $item->quantity }} | {{ $item->unit->name }} | {{ $item->price }} | {{ $item->price_inc_tax }} | {{ $item->gross_value }} | {{ $item->disc_percentage }} | {{ $item->disc_amount }} | {{ $item->taxable_value }} | {{ $item->cgst }} | {{ $item->sgst }} | {{ $item->total }} |