| {{ $label }} @if ($sortField === $field) @if ($sortDirection === 'asc') @else @endif @endif | @endforeachClinician | Payment Source | @php $numericHeaders = [ 'total_charge_amount' => 'Total Charge', 'total_paid_amount' => 'Total Paid', ]; @endphp @foreach ($numericHeaders as $field => $label){{ $label }} @if ($sortField === $field) @if ($sortDirection === 'asc') @else @endif @endif | @endforeachSettlement | Processing | Disbursement ID | |||
|---|---|---|---|---|---|---|---|---|---|
| {{ $session->date_of_service?->format('m/d/Y') ?? '—' }} | @if ($session->client_id) @else — @endif | {{ $session->clinician?->display_name ?? $session->clinician_name ?? '—' }} | @if ($session->payment_source) {{ $session->payment_source->label() }} @else — @endif | ${{ number_format($session->total_charge_amount, 2) }} | ${{ number_format($session->total_paid_amount, 2) }} | @if ($session->settlement_status) {{ $session->settlement_status->label() }} @else — @endif | @if ($session->processing_status) {{ $session->processing_status->label() }} @else — @endif | {{ $session->disbursement_id ?? '—' }} | |
| No sessions found. | |||||||||
Showing {{ $sessions->firstItem() }}–{{ $sessions->lastItem() }} of {{ $sessions->total() }}
{{ $sessions->links() }}Showing {{ $sessions->total() }} sessions