{{@$branch['person_name']}}
GST Number : {{@$branch['gstno']}}
M/s.
{{ $cash_parcels[0]->client_name }} @endifDate: {{$today}}
Sr | Date | Sender | GST | {{--Center | --}}Cons_No | Weight | Rate | Amt | CGST | SGST | IGST | Net Amt |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$srno}} | {{date("d/m/Y", strtotime($parcel->date))}} | {{$parcel->client_name}} | {{$parcel->client_gst}} | {{--{{$parcel->center_name}} | --}}{{$parcel->consignment_no}} | {{$parcel->weight}} | @php $rate = 0; if ($parcel->booking_type == 1) { $grossAmount = $parcel->gross_amount; $fuelPercentage = $parcel->fchpercent ?? 0; $fuelAmount = ($grossAmount * $fuelPercentage) / 100; $insuranceAmount = $parcel->insurance_amt; $sumAmount = $grossAmount + $fuelAmount + $insuranceAmount; if ($parcel->cgst != '') { $cgstPercentage = ($parcel->cgst / $sumAmount) * 100; $rate += $cgstPercentage; } if ($parcel->sgst != '') { $sgstPercentage = ($parcel->sgst / $sumAmount) * 100; $rate += $sgstPercentage; } if ($parcel->igst != '') { $igstPercentage = ($parcel->igst / $sumAmount) * 100; $rate += $igstPercentage; } } else { if ($parcel->cgst != '') { $rate += 9; } if ($parcel->sgst != '') { $rate += 9; } if ($parcel->igst != '') { $rate += 18; } } @endphp {{number_format($rate, 2)}} | {{Laracore::showPrice($parcel->gross_amount)}} | {{Laracore::showPrice($parcel->cgst)}} | {{Laracore::showPrice($parcel->sgst)}} | {{Laracore::showPrice($parcel->igst)}} | {{Laracore::showPrice($parcel->net_amt)}} |
Total Amount | {{Laracore::showPrice($total_gross_amount)}} | {{Laracore::showPrice($total_cgst)}} | {{Laracore::showPrice($total_sgst)}} | {{Laracore::showPrice($total_igst)}} | {{Laracore::showPrice($total_net_amount)}} |
For, {{@$branch['name']}}
Autho / Sign.