UG

National Gender Based Violence Database

Ministry of Gender, Labour and Social Development

Error {{ $statusCode ?? 500 }}

{{ $title ?? 'Request Failed' }}

{{ $message ?? 'The system could not complete the request. Please try again or contact the system administrator.' }}

@if(!empty($details))
What to review:
    @foreach($details as $field => $messages) @foreach((array) $messages as $item)
  • {{ $item }}
  • @endforeach @endforeach
@endif
Requested Resource
{{ $requestedResource ?? request()->path() }}
Support Reference
{{ $reference ?? 'N/A' }}
Go Back Go to Dashboard @auth @if(in_array(($statusCode ?? 500), [401,403,419])) Logout and End Session @endif @endauth