C/o. {{@$branch['person_name']}}

{{@$branch['address']}}, {{@$branch['city']}}
Sales Report / {{date("M Y", strtotime($client_details[0]->created_at))}}
@foreach($client_details as $client) @php $billAmount = $client->amount; $serviceChAmount = ($billAmount * $client->service_charge_percent)/100; $amountAndService = $billAmount + $serviceChAmount; $fuelAmount = ($amountAndService * $client->fchpercent)/100; $otherChAmount = $client->other_charge; $netAmount = $amountAndService + $fuelAmount + $otherChAmount; $grandTotal = (float) $client->grandtotal; $roundingAmount = (float) $client->rounding_amount; $roundSetting = (int) $client->is_rounded_bill_amounts; if ($roundSetting === 0 && $roundingAmount !== null) { $finalGrandTotal = $grandTotal - $roundingAmount; } elseif ($roundSetting === 1) { $ceilAmount = ceil($grandTotal); $floorAmount = floor($grandTotal); $roundValue = $ceilAmount - $grandTotal; $finalGrandTotal = ($roundValue < 0.50) ? $ceilAmount : $floorAmount; } else { $finalGrandTotal = $grandTotal; } @endphp @endforeach
Sr. No. Bill No. Name Phone GST No Date Amount F. Ch. Total CGST SGST / UTGST IGST Grand Total
{{$srno}} {{$client->billno}} {{$client->name}} {{@$client->phone1}} {{@$client->gstno}} {{date("d/m/Y", strtotime($client->created_at))}} {{number_format($billAmount + $serviceChAmount + $otherChAmount, 2)}} {{number_format($fuelAmount, 2)}} {{number_format($netAmount, 2)}} {{number_format(($netAmount * $client->cgstpercent)/100, 2)}} {{number_format(($netAmount * $client->sgstpercent)/100, 2)}} {{number_format(($netAmount * $client->igstpercent)/100, 2)}} {{number_format($finalGrandTotal, 2)}}
Total Amount {{number_format($totalAmount, 2)}}
Total CGST Amount {{number_format($totalCGST, 2)}}
Total SGST / UTGST Amount {{number_format($totalSGST, 2)}}
Total IGST Amount {{number_format($totalIGST, 2)}}
Total Grand Amount {{number_format($totalGrandAmount, 2)}}

In case of any query, feel free to contact us at

{{@$branch['name']}}
{{@$branch['address']}},
{{@$branch['city']}}
+91-{{@$branch['contact_no']}}

This is a system generated email, please do not reply.