{{-- end stats card --}}
{{-- table --}}
@include("components.footer")
{{-- @include("components.models.orders-report")
@include("components.models.orders-export") --}}
| S/N | Reference | Source | Destination | Amount | Status | Date | Action |
|---|---|---|---|---|---|---|---|
| {{ $count }} | {{ $transfer->reference }} | {{ $transfer->from->name ?? "Account" }} | {{ $transfer->to->name ?? "Account" }} | {{ formatPrice($transfer->amount) }} | {{ $transfer->status }} | {{ $transfer->created_at }} |