@php use App\Helpers\FinanceHelper; $accType = Auth::user()->acc_type; if($accType == 'client'){ $m = Session::get('run_company'); }else{ $m = Auth::user()->company_id; } @endphp
| Bank Name | Account Title | Account No | Branch Code | IBAN No | Swift Code | Bank Address | Company STRN # | Company NTN # | Max Funded Facility | Max Non-Funded Facility |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $getBankListDetail->bank_name}} | {{ $getBankListDetail->account_title}} | {{ $getBankListDetail->account_no}} | {{ $getBankListDetail->branch_code}} | {{ $getBankListDetail->iban_no}} | {{ $getBankListDetail->swift_code}} | {{ $getBankListDetail->bank_address}} | {{ $getBankListDetail->company_strn}} | {{ $getBankListDetail->company_ntn}} | {{ $getBankListDetail->max_funded_facility}} | {{ $getBankListDetail->max_non_funded_facility}} |