{{-- CORE STYLES --}} {{-- WORKFLOW UI --}} {{-- ============================================================= --}} {{-- BRAND BAR --}} {{-- ============================================================= --}}
{{-- LEFT --}}
EPDFU Logo
EPDFU SYSTEM
Empowering Health. Enriching Lives.
{{-- CENTER --}}
@php $facility = auth()->user()->facility ?? null; @endphp @if($facility)
🏥
{{ $facility->name }}
{{ $facility->district }}, {{ $facility->country ?? 'Uganda' }}
@endif
{{-- RIGHT --}}
{{-- HOME --}} 🏠 {{-- ANALYTICS --}} 📊 {{-- NOTIFICATIONS --}} 🔔 3 {{-- PROFILE --}} @auth @if(auth()->user()->avatar) Avatar @else
{{ strtoupper( substr( auth()->user()->username, 0, 2 ) ) }}
@endif @else
GU
@endauth
{{-- LOGOUT --}}
@csrf
{{-- ============================================================= --}} {{-- TOP NAVIGATION --}} {{-- ============================================================= --}} {{-- ============================================================= --}} {{-- BODY --}} {{-- ============================================================= --}}
{{-- SIDEBAR --}} {{-- MAIN --}}
@yield('content')
{{-- SCRIPTS --}} @stack('scripts')