@if (session()->has('error'))
{{ session('error') }}
@endif
@foreach($bank_infos as $key => $staff) @endforeach
{{__('Bank Name')}} {{__('Branch Name')}} {{__('Routing No')}} {{__('Account title')}} {{__('Account No')}} Action
{{$staff->bank}} {{$staff->branch}} {{$staff->routing}} {{$staff->title}} {{$staff->account}}