| Item Code | Description | UOM | Quantity | $ Rate | $ Value | Exch Rate Rs. | {{--GRN Value Rs. | --}}Duty Rate % | Duty Value Rs. | Total Value Rs. | Final Cost. | {{--Imp.Cess rate | --}}
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $cost->item_code }} | {{ $cost->Item->description ?? '' }} | {{ $cost->uom ?? '' }} | {{--{{ $cost->ItemUOM->uom ?? '' }} | --}}{{ $cost->qty ?? '' }} | {{ $cost->rate ?? '' }} | {{ $cost->value ?? '' }} | {{ $cost->exchange_rate ?? '' }} | {{ $cost->duty ?? '' }} | {{ $cost->duty_value ?? '' }} | {{ $cost->total_value ?? '' }} | {{ $cost->unit_value ?? '' }} | |
| No Data Found | {{ $grnItem->item->description ?? '' }} | {{ $grnItem->item->uom ?? '' }} | {{ $grnItem->quantity }} | Rs.{{ number_format($grnItem->cost_rate, 2) }} | Rs.{{ number_format($grnItem->cost_value, 2) }} | Rs.{{ number_format($grnItem->exc_rate, 2) }} | Rs.{{ number_format($grnItem->grn_value, 2) }} | {{ $grnItem->duty_rate }} | Rs.{{ number_format($grnItem->duty_value, 2) }} | Rs.{{ number_format($grnItem->imp_cess, 2) }} | --}}||