diff --git a/public/img/401.svg b/public/img/401.svg new file mode 100644 index 0000000..4798a7a --- /dev/null +++ b/public/img/401.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/403.svg b/public/img/403.svg index 9c6a1b5..8614ea3 100755 --- a/public/img/403.svg +++ b/public/img/403.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/img/404.svg b/public/img/404.svg new file mode 100644 index 0000000..afafb85 --- /dev/null +++ b/public/img/404.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/500.svg b/public/img/500.svg new file mode 100644 index 0000000..91814cd --- /dev/null +++ b/public/img/500.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/503.svg b/public/img/503.svg new file mode 100644 index 0000000..895bc82 --- /dev/null +++ b/public/img/503.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/views/breadcrumbs/header.blade.php b/resources/views/breadcrumbs/header.blade.php index 41dff98..7b7a90f 100755 --- a/resources/views/breadcrumbs/header.blade.php +++ b/resources/views/breadcrumbs/header.blade.php @@ -24,31 +24,11 @@ - @switch (Route::currentRouteName()) +
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.
+ + @if (!isset($code)) + +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.
+{{ __('Uh oh! We searched far and wide, but it looks like the page you were looking for could not be found.') }}
+ @break; + + @case(500) +{{ __('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) +{{ __('You need to be authenticated to access this page. Believe this is a mistake? Contact us and let us know! ') }}
+ @break; + + @case(403) +{{ __('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) +{{ __('Our services are currently undergoing routine maintenance. We are sorry for any inconveniences caused! We\'ll be back ASAP.') }}
+ @break; + + @endswitch + + {{ __('Back to safety') }} + + +