{{1 + $key}} |
A/C name: {!! $list->account_name !!}
{!! $list->bank_name != '' ? 'Bank: ' . $list->bank_name . ', ' : '' !!}
{!! $list->branch_name != '' ? 'Branch: ' . $list->branch_name . ', ' : '' !!}
{!! $list->ifsc_code != '' ? 'IFSC code: ' . $list->ifsc_code . ', ' : '' !!}
{!! $list->swift_code != '' ? 'Swift code: ' . $list->swift_code . ', ' : '' !!}
{!! $list->upi_payee_name != '' ? 'UPI payee: ' . $list->upi_payee_name . ', ' : '' !!}
{!! $list->upi_id != '' ? 'UPI Id: ' . $list->upi_id : '' !!}
|
{{ $list->priority }} |
is_default=='1' ? 'checked' : ''}}>
|
status=='1' ? 'checked' : ''}}>
|
@if(in_array('account-banks-edit', $authRolePermissions))
|
@endif
@if(in_array('account-banks-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else