@extends('layouts.admin') @section('page_kicker', 'Finance') @section('page_title', 'Payments & revenue') @section('content')
Aggregated by facility.
Leading earners across the network.
Ledger view when the payments table is present.
@if($transactions instanceof \Illuminate\Pagination\AbstractPaginator)| ID | Provider | Amount | Status | Reference |
|---|---|---|---|---|
| {{ $tx->id }} | {{ $tx->provider }} | {{ $tx->currency }} {{ $tx->amount }} | {{ $tx->status }} | {{ $tx->external_reference }} |
No payment transaction table available yet.
@endif