{{1 + $key}} |
ACCOUNT NAME |
{!! $list->account_holder_name !!} |
ACCOUNT NUMBER |
{!! $list->account_number !!} |
IFSC |
{!! $list->ifsc_code !!} |
BANK NAME |
{!! $list->bank_name !!} |
BRANCH NAME |
{!! $list->bank_name !!} |
|
{{ $list->priority }} |
is_default=='1' ? 'checked' : ''}}>
|
status=='1' ? 'checked' : ''}}>
|
@if(in_array('company-bank-edit', $authRolePermissions))
|
@endif
@if(in_array('company-bank-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else