| Sr No. |
Product / Material Name | HSN Code |
Packaging Type |
{{-- Articles/ Pkgs | --}}
Actual Weight |
Charge Weight |
Freight Rate |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->material_name }} | {{ $item->hsn_code }} | {{ $item->packing_type }} | {{--{{ number_format((float) ($item->qty ?? 0), 2) }} | --}}{{ number_format((float) ($item->actual_weight ?? 0), 2) }} {{ $item->weight_unit }} |
{{ number_format((float) ($item->charge_weight ?? 0), 2) }} {{ $item->weight_unit }} |
₹
{{ number_format((float) ($item->rate ?? 0), 2) }}/{{ $item->weight_unit }}
|
| {{-- | --}} |
| WEIGHT GUARANTEE: {{ $fe->weight_guarantee }} | @else@endif {{-- Actual Weight Total --}} | Total ({{ $unit }}): {{ number_format((float) $groupItems->sum('actual_weight'), 2) }} {{ $unit }} | {{-- Charge Weight Total --}}Charge W.: {{ number_format((float) $groupItems->sum('charge_weight'), 2) }} {{ $unit }} | {{-- Empty column for alignment with Freight Rate --}}
| Total Basic Freight | {{ number_format((float) $basicFreight, 2) }} |
| Loading Charge | {{ number_format((float) $fe->loading_charge, 2) }} |
| Unloading Charge | {{ number_format((float) $fe->unloading_charge, 2) }} |
| Holding Charge | {{ number_format((float) $fe->holding_charge, 2) }} |
| Vasuli Charge | {{ number_format((float) $fe->vasuli_charge, 2) }} |
| Kata Charge | {{ number_format((float) $fe->kata_charge, 2) }} |
| Challan/Permission | {{ number_format((float) $fe->challan_charge, 2) }} |
| Overload Charge | {{ number_format((float) $fe->overload_charge, 2) }} |
| Other Charges | {{ number_format((float) $fe->other_charge, 2) }} |
| Subtotal | {{ number_format((float) $fe->sub_total, 2) }} |
| GST TAX (IGST {{ $gstPercent }}%) | {{ number_format((float) $fe->gst_amount, 2) }} |
| GST TAX (SGST {{ $halfPercent }}%) | {{ number_format((float) $halfAmount, 2) }} |
| GST TAX (CGST {{ $halfPercent }}%) | {{ number_format((float) $halfAmount, 2) }} |
| Round Off | {{ number_format((float) $fe->round_off, 2) }} |
| Total Freight | {{ number_format((float) $fe->grand_total, 2) }} |
| TDS (- {{ $fe->tds_percent }}%) | {{ number_format((float) $fe->tds_amount, 2) }} |