@if(config('analytics.google.gtm-enabled')) @endif
{{ __('Please feel free to take a look at any open roles below. If you see something you like, applying is easy!') }}
{!! __('If you\'d like to learn more about our community, make sure to visit our main website!', ['mainWebsiteUrlConfigValue' => config('app.sitehomepage')]) !!}
{{ __('Uh oh! We searched far and wide, but it looks like the page you were looking for could not be found.') }}
@break; @case(500){{ __('"Oops! Something went wrong on our end. :emoji Please bear with us while we work to fix the issue and get things back on track. In the meantime, if you have any questions or concerns, feel free to reach out to our support team. We apologize for any inconvenience this may have caused."', ['emoji' => '😔']) }}
@break; @case(401){{ $exception->getMessage() }}
@break; @case(403){{ $exception->getMessage() }}
@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') }} @if(!empty(config('app.statuspage'))) {{ __('System status') }} @endif