{{-- Tab Conetents --}}
{{-- other charges tab --}}
{{--
--}}
{{-- First Column --}}
@csrf {{-- @foreach ($landedCost as $land) --}} {{-- --}}
Rs.
{{-- @endforeach --}}
Rs.
Rs.
Rs.
Rs.
Rs.
Rs.
Rs.
Rs.
Rs.
Total Value
Rs.
{{-- End of the First Column --}} {{-- Middle Gap --}}
{{-- End of the Middle Gap --}}
{{-- End of the other charges tab --}} {{-- Landed Cost tab --}}
{{--
--}}
@csrf
{{--   --}} SHIPMENT
{{-- --}}
KGS
$
$
Rs.
Rs.
DUTY
%
Rs.
IMPORT CESS
%
Rs.
PAL
%
Rs.
SURCHARGE
%
Rs.
VAT
%
Rs.
SRL
%
Rs.
NBT
%
Rs.
TOTAL VALUE
Rs.
UNIT COST
Rs.
{{-- End of the Landed Charges tab --}} {{-- Final Cost tab --}} {{--
--}}
{{-- --}} {{-- --}} {{-- {{ $grn }} --}} {{-- --}} @forelse ($landCost as $cost) {{-- --}} {{-- --}} @empty @endforelse {{-- --}}
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) }}
{{-- End of Final Cost tab --}}
{{-- End of Other Charges tab --}}