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