@section('title', 'Program Accounts') @php addVendor('swiperjs') @endphp @push('styles') @endpush @section('page-style') @endsection
@foreach($accounts as $account)

Balance

{{ $account->currency }} {{ $account->balance }}

{{ $account->account_number }}
Account Name
{{ $account->name }}
@endforeach
{{$dataTable->table()}}
@push('scripts') {{$dataTable->scripts(null, ['nonce' => csp_nonce()])}} @endpush