| {{ @$branch['bank_address'] }} |
| A/C. No | : | {{ @$branch['bank_acno'] }} |
| IFSC CODE | : | {{ @$branch['ifsc_code'] }} |
| MSME No. | : | {{ @$branch['msme_no'] }} |
| Cheque will be issued in the name of |
| {{ strtoupper(@$branch['name']) }} |
|
@if($digital_signature == 1)
For, {{ @$branch['name'] }}
Digitally signed by {{ strtoupper(@$branch['name']) }}
Date: {{ date("d/m/Y", strtotime($bill->created_at)) }}
Location: {{ @$branch['city'] }}
@elseif($digital_signature == 2 && $branch['stamp'] != '')
For, {{ @$branch['name'] }}
@else
For, {{ @$branch['name'] }}
Autho / Sign.
@endif
|