@extends('layouts.app') @section('title', 'Fund Transfer List') @section('content')
Fund Transfer History (Total: {{ \App\Models\Accounts\AccountTransfer::count() }})
# Date From Account To Account Amount Note Reference Action
@endsection @section('js') @endsection