Account Banks
@if(in_array('account-banks-create', $authRolePermissions)) @endif

@if(in_array('account-banks-edit', $authRolePermissions)) @endif @if(in_array('account-banks-delete', $authRolePermissions)) @endif @php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) @if(in_array('account-banks-edit', $authRolePermissions)) @endif @if(in_array('account-banks-delete', $authRolePermissions)) @endif @php $i++; @endphp @endforeach @else @endif
Sl No Bank Priority Default StatusEditDelete
{{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' : ''}}>
No Data Found