@extends('layouts.master') @section('styles') @endsection @section('content')
| Date | Distributor | Order Booker | Order ID | Shop Code | Shop Name | SKU | Product Name | Trade offer Title | QTY | Gross Sale Value | FOC QTY | FOC Value | TO DISC % | TO Discount Value | Trade Discount | Special Discount | Booker Discount | Tax Amount | Net Bill Value |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$item->order_date}} | {{$item->distributor_name}} | {{$item->orderbooker}} | {{$item->order_id}} | {{$item->shop_code}} | {{$item->shop_name}} | {{$item->item_sku}} | {{$item->item_name}} | {{$item->scheme_title}} | {{number_format($item->quantity,0)}} | {{number_format($item->gross_value,2)}} | {{number_format($item->foc_qty,0)}} | {{number_format($item->foc_value,2)}} | {{number_format($item->sch_perc_value,2)}} | {{number_format($item->sch_value,2)}} | {{number_format($item->trade_discount,2)}} | {{number_format($item->special_discount,2)}} | {{number_format($item->booker_discount,2)}} | {{number_format($item->total_tax_amount,2)}} | {{number_format($item->total_amount_after_tax,2)}} |