{{-- Full-page wrapper for modern modal form fragments (the views that are normally loaded by a.openAddModal into #openAddModal). Used when the add/edit URL is opened directly (non-AJAX), so the same fragment works as a regular page. Expected vars: $form_view (fragment view name), $back_url (cancel link). Every other variable (action, info, ...) is forwarded to the fragment. --}} @extends(config('admin_theme.layout', 'admin.modern.layout.master')) @section('title') {{ $current_route->{'name_' . trans('admin.lang')} ?? '' }} @stop @section('page-breadcrumb') @include(config('admin_theme.view_prefix', 'admin.modern').'.layout.breadcrumb_add') @stop @section('page-content')