@extends("{$path}._frame") @section('content')
@if(!Auth::check() && $exception instanceof \Xpressengine\Support\Exceptions\AccessDeniedHttpException)

{{ xe_trans('xe::tryAfterLogin') }}

@else

{!! $exception->getMessage() !!}

@endif

@if(!Auth::check()){{ xe_trans('xe::login') }}@endif @if(Auth::check()){{ xe_trans('xe::back') }}@endif

@stop