IMPORT COSTING
Refresh {{-- Update --}} {{-- --}}   
{{-- {{ $grn }} --}} {{-- --}} @forelse ($grn->grnItems as $grnItem) @empty @endforelse
Item Code Description UOM Quantity $ Rate $ Value Exch Rate Rs. GRN Value Rs. Duty Rate % Duty Value Rs. Imp.Cess rate
{{ $grnItem->item->code ?? '' }} {{ $grnItem->item->description ?? '' }} {{ $grnItem->item->uom->name ?? '' }} {{ $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) }}
No Data Found
{{-- {{ $suppliers->links('livewire.supplier.pagination-links') }} --}}
@push('styles') @endpush @section('scripts') @endsection