@section('page_head')
@show
@section('page_title')
{{ xe_trans(data_get($selectedMenu ? $selectedMenu->getParent() : [], 'title', 'xe::enterTitle')) }}
@show @section('page_description') @php $description = xe_trans(data_get($selectedMenu ? $selectedMenu->getParent() : [], 'description', '')); @endphp @if ($description != '') {{ $description }} @endif @show
@if($errors = session('bootfail'))
@foreach($errors as $name => $info)
@endforeach
@endif
{!! $content !!}
{{ $info['entity']->getTitle() }} {{ xe_trans('xe::pluginError') }}
{{ xe_trans('xe::errorPluginWasDeactivated', ['name' => $info['entity']->getTitle()]) }}
{{ $info['exception']->getMessage() }} ({{ str_replace(base_path(), '', $info['exception']->getFile()) }}:{{ $info['exception']->getLine() }})