|
Statutory Guidelines
01. PAN No:{{$branch->pancard}},
SAC Code No. 996812
02. GST No:{{$branch->gstno}}
03. PAYMENT DUE DATE: {{ date("d/m/Y", strtotime($bill->created_at . ' +10 days')) }}
General Guidelines
1. PAN No. {{$branch->pancard}}, GST No. {{$branch->gstno}}, SAC Code No.996812
2. Payment Should be made ONLY by crossed cheque or DD in favour of {{$branch->name}} after obtaining money receipt positively OR NEFT / RTGS designated Account
3. Payment mist be made within ten days of receipt of invoice.
4. Any delay in payment after due date will be charged 24% per annum on prorata basis.
5. Kindly acknowledge the receipt of the bill by handing over the bill-acknowledgement, duly filled up, to our representative who delivers the bill to you.
|
Payment QR Code
@if($branch->payment_qr_code)
 }}/{{ @$branch->payment_qr_code }})
@endif
Bank Details
Branch: {{$branch->bank_address}}
Account Number: {{$branch->bank_acno}}
IFSC Code: {{$branch->ifsc_code}}
MSME No: {{$branch->msme_no}}
@if($digital_signature == 1)
Digital Signature Only
Digital signed by {{$branch->name}} Date: {{date("Y.m.d H:i:s", strtotime(now()))}} IST
@elseif($digital_signature == 2 && $branch['stamp'] != '')
For, {{@$branch['name']}}
@else
For, {{@$branch['name']}}
Autho / Sign.
@endif
|