{{'@'}}extends('admin.layout.default') {{'@'}}section('title', trans('admin.{{ $modelLangFormat }}.actions.edit', ['name' => ${{ $modelVariableName }}->{{$modelTitle}}])) {{'@'}}section('body')
@if(!$isUsedTwoColumnsLayout)
@endif @if($hasTranslatable)<{{ $modelJSName }}-form :action="'{{'{{'}} ${{ $modelVariableName }}->resource_url }}'" :data="{{'{{'}} ${{ $modelVariableName }}->toJsonAllLocales() }}" :locales="@{{ json_encode($locales) }}" :send-empty-locales="false" v-cloak inline-template> @else<{{ $modelJSName }}-form :action="'{{'{{'}} ${{ $modelVariableName }}->resource_url }}'" :data="{{'{{'}} ${{ $modelVariableName }}->toJson() }}" v-cloak inline-template> @endif
@if($isUsedTwoColumnsLayout)
{{'{{'}} trans('admin.{{ $modelLangFormat }}.actions.edit', ['name' => ${{ $modelVariableName }}->{{$modelTitle}}]) }}
{{'@'}}include('admin.{{ $modelDotNotation }}.components.form-elements')
{{'@'}}include('admin.{{ $modelDotNotation }}.components.form-elements-right', ['showHistory' => true])
@else
{{'{{'}} trans('admin.{{ $modelLangFormat }}.actions.edit', ['name' => ${{ $modelVariableName }}->{{$modelTitle}}]) }}
{{'@'}}include('admin.{{ $modelDotNotation }}.components.form-elements')
@endif @if($isUsedTwoColumnsLayout) @else @endif
@if(!$isUsedTwoColumnsLayout)
@endif
{{'@'}}endsection