C/o. {{@$branch['person_name']}}
Sr. No. | Bill No. | Name | Phone | GST No | Date | Amount | CGST | SGST / UTGST | IGST | Grand Total |
---|---|---|---|---|---|---|---|---|---|---|
{{$srno}} | {{$client->bill_no}} | {{$client->name}} | {{@$client->phone1}} | {{@$client->gstno}} | {{date("d/m/Y", strtotime($client->created_at))}} | {{number_format($billAmount + $serviceChAmount + $otherChAmount, 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.