| {{ $label }} @if ($sortField === $field) @if ($sortDirection === 'asc') @else @endif @endif | @endforeachClinicians | Sessions | Total Amount | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $batch->batch_id }} | {{ $batch->created_at->format('m/d/Y H:i') }} | {{ $batch->total_clinicians }} | {{ $batch->total_sessions }} | ${{ number_format($batch->total_amount, 2) }} | ||||||||||||||
|
||||||||||||||||||
| No completed batches found. | ||||||||||||||||||
Showing {{ $batches->firstItem() }}–{{ $batches->lastItem() }} of {{ $batches->total() }}
{{ $batches->links() }}Showing {{ $batches->total() }} batch(es)
| {{ $label }} @if ($sortField === $field) @if ($sortDirection === 'asc') @else @endif @endif | @endforeachBatch ID | Clinician | DOS Range | Sessions | Gross | Stripe Fee | Net | |
|---|---|---|---|---|---|---|---|---|
| {{ $disbursement->disbursement_id_display }} | {{ $disbursement->created_at->format('m/d/Y H:i') }} | {{ $disbursement->batch?->batch_id ?? '—' }} |
{{ $disbursement->clinician?->display_name ?? '—' }}
{{ $disbursement->clinician?->clinician_code ?? '—' }}
|
{{ $disbursement->oldest_dos?->format('m/d/Y') ?? '—' }} – {{ $disbursement->newest_dos?->format('m/d/Y') ?? '—' }} | {{ $disbursement->session_count }} | ${{ number_format($disbursement->gross_amount, 2) }} | ${{ number_format($disbursement->stripe_fee, 2) }} | ${{ number_format($disbursement->net_amount, 2) }} |
| No disbursements found. | ||||||||
Showing {{ $disbursements->firstItem() }}–{{ $disbursements->lastItem() }} of {{ $disbursements->total() }}
{{ $disbursements->links() }}Showing {{ $disbursements->total() }} disbursement(s)