@section('styles') @endsection @section('title') Funds Transfer History @endsection {{ __(' Funds Transfer History') }}

My Funds Transfer History

Cateogry
Status
@foreach($transfers as $transfer) @endforeach
Trx ID To Account Total Debit Amount Time Status
#{{$transfer->trx_id}} {{$transfer->beneficiary_full_name}} {{$transfer->beneficiary_account}} ${{$transfer->amount}} ${{$transfer->debit_amount}} {{$transfer->created_at}} Pending
@section('scripts') @endsection