@php $statusCode = $code ?? ((isset($exception) && method_exists($exception, 'getStatusCode')) ? $exception->getStatusCode() : null) ?? (http_response_code() ?: 500); @endphp {{ config('site_title', '') }} - {{ $statusCode }} @php $currentUrl = url()->current(); $supportUrl = 'https://idhubs.com/c/75/survey/support'; @endphp

{{ $title ?? 'Something went wrong' }}

{{ $message ?? 'Please try again.' }}