@extends('layouts.frontendDashboard.master') @section('title', 'Investor Bank') @section("body-start")
@endsection @section("content")
@if(!empty($accountData)) @foreach($accountData as $key => $account) @endforeach @endif
# {{__('Bank Name')}} {{__('Bank Code')}} {{__('Created Date')}}
{{++$key}} {{$account->account_holder}} {{$account->bank_name}} {{ $account->bank_code}} {{ carbonFormatDate($account->created_at,'d-m-Y') }}
@endsection @push('scripts') @endpush