{{ __('PayRide Management') }}
{{ __('Central Administration') }}
admin@isptickets.com
{{ __('School ID:') }} {{ $tenant->id }}
{{ __('Subdomain:') }} {{ $tenant->domains->first()->domain ?? 'N/A' }}
| {{ __('Date') }} | {{ __('Invoice #') }} | {{ __('Description') }} | {{ __('Amount') }} | {{ __('Status') }} |
|---|---|---|---|---|
| {{ $invoice->created_at->format('M d, Y') }} | #{{ $invoice->id }} | {{ $invoice->description }} | ${{ number_format($invoice->amount, 2) }} |
|
| {{ __('No transactions recorded for this school.') }} | ||||
| {{ __('Total Outstanding Balance:') }} | ${{ number_format($totalOut, 2) }} | |||