@auth
@if(auth()->user()->hospital_id && in_array(auth()->user()->role, ['doctor', 'nurse', 'charge_nurse', 'hospital_admin', 'receptionist', 'pharmacist', 'lab_technician', 'radiographer'], true))
@endif
@endauth
{{-- Mobile overlay --}}
@yield('page_kicker', 'Overview')
@yield('page_title')
@auth
@endauth
@if (session('status'))
@endif
@yield('content')