@if (!isset($code))

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

Seja bem-vindo ao site oficial da Games Club

A Games Club é uma comunidade brasileira que busca trazer um experiência própria e exclusiva para cada participante, temos o intuito de se tornar uma comunidade forte, grande, bem respeitada e, além disso tudo se tornar uma segunda família para muitas pessoas.


Aqui você se preocupará apenas nas gameplays e em fazer novas amizades para suas jogatinas, até mesmo para trocar ideias e jogar conversa fora.

Atendemos todos os públicos, somos uma comunidade de jogos mais não se limitamos somente a jogos.

@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 :accountName! It looks like you don\'t have permission to access this resource. Believe this is a mistake? Contact us and we\'ll sort it out!', ['accountName' => Auth::user()->name]) }}

@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') }}
@endif