@if($app->withHeader()) @endif {!! $app->show_message() !!}
@lang($form->title())
@if(count($form->submits())) @endif
@if($form->action() == "show") @if(!isset($form->getConfig()->hide_prev_next_pk))
data->getNextPkValue(); $prev = $app->data->getPrevPkValue(); ?> @if($prev) @endif @if($next) @endif
@endif @endif
@if($app->data->isAutoincrement() && $app->data->getPkValue()) @endif @if($app->data->getParentValue()) @endif @if(count($form->tabs())) @endif @if($app->hasComments()) {!! $app->comment->getComments() !!} @endif
@if($app->isProcess())
{!! $app->documentState->form(); !!}
@endif
{{ csrf_field() }}
@foreach($form->getInjectComponent() as $inject_component) @endforeach @if(!empty($form->getOnRenderEmitFunctions())) @endif @if($app->withHeader())

* - @lang('Поля обязательные к заполнению')
@endif