@extends('backend.master') @section('title', '500 | Internal Server Error') @section('content')
Internal Server Error

Internal Server Error

{{-- Show professional user information --}} @auth

You are logged in as {{ auth()->user()->name }}. An error occurred while attempting to {{ $action ?? 'perform this operation' }}.

@else

An error occurred while attempting to {{ $action ?? 'perform this operation' }}.

@endauth {{-- Show the error message --}} @if(isset($exception) && $exception->getMessage()) @php // Determine if this error requires developer intervention $requiresDeveloper = false; if($exception instanceof \Illuminate\Database\QueryException || $exception instanceof \Symfony\Component\Debug\Exception\FatalThrowableError || $exception instanceof \ErrorException || $exception instanceof \Exception) { $requiresDeveloper = true; } @endphp @if($requiresDeveloper)

This error requires developer attention. Please contact the JM Innovatech Support Team at 0791 446 968.

@else

This may be a temporary issue. You can try refreshing the page to continue.

@endif @else

The system encountered an unexpected condition. Refreshing the page may resolve it. If the issue persists, please contact the JM Innovatech Support Team at 0791 446 968.

@endif Error Code: 500
@endsection@extends('backend.master') @section('title', '500 | Internal Server Error') @section('content')
Internal Server Error

Internal Server Error

{{-- Show professional user information --}} @auth

You are logged in as {{ auth()->user()->name }}. An error occurred while attempting to {{ $action ?? 'perform this operation' }}.

@else

An error occurred while attempting to {{ $action ?? 'perform this operation' }}.

@endauth {{-- Show the error message --}} @if(isset($exception) && $exception->getMessage()) @php // Determine if this error requires developer intervention $requiresDeveloper = false; if($exception instanceof \Illuminate\Database\QueryException || $exception instanceof \Symfony\Component\Debug\Exception\FatalThrowableError || $exception instanceof \ErrorException || $exception instanceof \Exception) { $requiresDeveloper = true; } @endphp @if($requiresDeveloper)

This error requires developer attention. Please contact the JM Innovatech Support Team at 0791 446 968.

@else

This may be a temporary issue. You can try refreshing the page to continue.

@endif @else

The system encountered an unexpected condition. Refreshing the page may resolve it. If the issue persists, please contact the JM Innovatech Support Team at 0791 446 968.

@endif Error Code: 500
@endsection