@if ($crud->model->translationEnabled())
@endif
@if(view()->exists('vendor.backpack.crud.form_content'))
@include('vendor.backpack.crud.form_content', ['fields' => $fields, 'action' => 'edit'])
@else
@include('crud::form_content', ['fields' => $fields, 'action' => 'edit'])
@endif
@include('crud::inc.form_save_buttons')