National Gender Based Violence Database
Government-owned platform for GBV incident reporting, survivor support tracking, referrals and national decision support.
Authorized access only.
@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
Government-owned platform for GBV incident reporting, survivor support tracking, referrals and national decision support.
Authorized access only.