@yield('styles')
PayMyRide Central
Administration
{{ __('Dashboard') }}
{{ __('School Registrations') }}
{{ __('Registered Schools') }}
{{ __('All Invoices') }}
{{ __('Manage Payments') }}
{{ __('Manage Proofs') }}
{{ __('Bad Debts') }}
{{ __('Global Settings') }}
{{ auth()->user() ? auth()->user()->name : 'Super Admin' }}
@yield('title')
@yield('content')