@if(@$branch['image']) @endif

{{@$branch['person_name']}}

{{@$branch['address']}}, {{@$branch['city']}} {{@$branch['zipcode']}}

GST Number : {{@$branch['gstno']}}

GST Report / {{date("d M Y", strtotime($start_date))}} - {{date("d M Y", strtotime($end_date))}}
@if($client_id != '')

M/s.

{{ $cash_parcels[0]->client_name }} @endif

Date: {{$today}}

{{-- --}} @php $total_gross_amount = $total_cgst = $total_sgst = $total_igst = $total_net_amount = 0; @endphp @foreach($cash_parcels as $parcel) {{-- --}} @php $srno++; $total_gross_amount += $parcel->gross_amount; $total_cgst += $parcel->cgst; $total_sgst += $parcel->sgst; $total_igst += $parcel->igst; $total_net_amount += $parcel->net_amt; @endphp @endforeach
Sr Date Sender GSTCenterCons_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.