Letterhead
{{$title ?? "Transfer List"}}
@php($count = 1) @foreach ($transfers as $transfer) @php($count++) @endforeach
S/N Reference Source Account Destination Account Amount Status Date
{{ $count }} {{ $transfer->reference }} {{ $transfer->from->name ?? "" }} {{ $transfer->to->name ?? "" }} {{ formatPrice($transfer->amount) }} {{ $transfer->status }} {{ $transfer->created_at }}