{{-- show error using sidebar layout if logged in AND on an admin page; otherwise use a blank page --}} @extends(backpack_view(backpack_user() && backpack_theme_config('layout') ? 'layouts.'.backpack_theme_config('layout') : 'errors.blank')) @section('content')
{{ strtoupper(trans('backpack::base.error_page.title', ['error' => ''])) }}
{{ $error_number }}
@yield('title')
@if(backpack_user())
@yield('description')
@endif
@endsection