@if (!isset($code))

{{config('app.name')}}

{{ __('Welcome to the Games Club Recruitment Portal!') }}

{{ __('We process applications for our Discord server\'s management team here. If you have any questions, don\'t hesistate to contact our support team! Take a look at the open jobs below.') }}

{!! __('If you\'d like to learn more about our community, make sure to visit our main website!', ['mainWebsiteUrlConfigValue' => config('app.sitehomepage')]) !!}

@else
@switch($code) @case(404) 404 illustration

{{ __('404 - Page Not Found') }}

{{ __('Uh oh! We searched far and wide, but it looks like the page you were looking for could not be found.') }}

@break; @case(500) 500 illustration

{{ __('500 - Internal Server Error') }}

{{ __("Whelp! It looks like our servers went up in flames. Don't worry, it's not your fault. Our developers have been notified & are already extinguishing the flames and repairing the damage. ") }}

@break; @case(401) 401 illustration

{{ __('401 - Unauthorized') }}

{{ __('You need to be authenticated to access this page. Believe this is a mistake? Contact us and let us know! ') }}

@break; @case(403) 403 illustration

{{ __('403 - Forbidden') }}

{{ __('Hey there! It looks like you don\'t have permission to access this resource. This may be because you don\'t have the appropriate roles, or because you\'ve been suspended. Believe this is a mistake? Contact us and we\'ll sort it out!') }}

@break; @case(503) 503 illustration

{{ __('503 - Service Unavailable') }}

{{ __('Our services are currently undergoing routine maintenance. We are sorry for any inconveniences caused! We\'ll be back ASAP.') }}

@break; @endswitch {{ __('Back to safety') }} {{ __('System status') }}
@endif