海工商新版后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
509 B

{!! $start !!}
<div class="box-body fields-group pl-0 pr-0 pt-1" style="padding: 0 0 .5rem">
@if(! $tabObj->isEmpty())
@include('admin::form.tab', compact('tabObj'))
@foreach($fields as $field)
@if($field instanceof \Dcat\Admin\Form\Field\Hidden)
{!! $field->render() !!}
@endif
@endforeach
@else
@include('admin::form.fields')
@endif
</div>
{!! $footer !!}
{!! $end !!}