@auth @php $ngbvdTheme = []; try { $allThemesPath = storage_path('app/ngbvd_user_themes.json'); if (file_exists($allThemesPath)) { $allThemes = json_decode(file_get_contents($allThemesPath), true) ?: []; $ngbvdTheme = $allThemes[Auth::id()] ?? []; } } catch (\Throwable $e) { $ngbvdTheme = []; } @endphp @endauth @stack('styles') @if(env('NGBVD_HIDE_DEBUGBAR', false)) @endif @guest
Ministry logo

National Gender Based Violence Database

Government-owned platform for GBV incident reporting, survivor support tracking, referrals and national decision support.

Authorized access only.

@include('components.alerts') @yield('content')
@else
@include('layouts.navigation')

National Gender Based Violence Database

Secure case data, referrals, reporting and decision support
Public Portal
{{ strtoupper(substr(Auth::user()->name ?? 'U', 0, 1)) }}
{{ Auth::user()->name }}
Signed in
@csrf
@csrf
@include('components.alerts') @yield('content')
@endguest @auth @endauth @auth @endauth @stack('scripts')