| Bank Name |
{{ $method->details->bank_name }} |
| Bank Address |
{{ $method->details->bank_address }}
|
| Account No |
@if($method->details->account_number)
{{ $method->details->account_number }}
|
@else
Click Request
Account Number
to contact Customer Billing Department for account
information
|
@endif
| Account Name |
{{ $method->details->account_name }} |
| Swift Code |
{{ $method->details->swift_code }} |
@endif