@extends('admin.layouts.default') @section('content')
{!! htmlScriptTagJsApi() !!} @include('admin.layouts.partials.breadcrumb')
{{ html()->modelForm($model, $ui->getMethod($model, $params), $ui->getRoute($model, $params))->id('form-validator')->acceptsFiles()->open() }} @if ($model->translatable)
@else
@include($form)
@endif
@if ($ui->addanother && !$model->exists) @endif {{ __('admin.cancel') }}
{{ html()->closeModelForm() }}
@endsection