{{'@'}}extends('admin.layout.default') {{'@'}}section('title', trans('admin.{{ $modelLangFormat }}.actions.edit_profile')) {{'@'}}section('body')
<{{ $modelJSName }}-form :action="'{{'{{'}} url('{{ $route }}') }}'" :data="{{'{{'}} ${{ $modelVariableName }}->toJson() }}" @if($hasTranslatable):locales="@{{ json_encode($locales) }}" :send-empty-locales="false"@endif inline-template>
{{'{{'}} trans('admin.{{ $modelLangFormat }}.actions.edit_profile') }}
@php $columns = $columns->reject(function($column) { return in_array($column['name'], ['password', 'activated', 'forbidden']); }); @endphp @include('brackets/admin-generator::templates.profile.form')
{{'@'}}endsection