{{ trans('errors.' . $error . '.title') }}

@if (is_array(trans('errors.' . $error . '.body'))) @foreach (trans('errors.' . $error . '.body') as $text)

{{ $text }}

@endforeach @else

{{ trans('errors.' . $error . '.body') }}

@endif

{!! trans('errors.footer', ['discord' => link_to(config('discord.url'), 'Discord')]) !!}

{{ __('dashboard.setup.actions.back_to_dashboard') }}.

@yield('content')