@extends('adminlayout.admin') @section('content')

Accounts Lists

Accounts
S.No.
Account No.
IfSC Code
Created At
@if(count($accounts)) @php $i=1; @endphp @foreach($accounts as $account) @endforeach
@else

No account list found

@endif
@endsection