--- /dev/null
+main form label:empty {
+ display: none;
+}
+/*# sourceMappingURL=form.css.map */
\ No newline at end of file
--- /dev/null
+{"version":3,"sources":["form.less"],"names":[],"mappings":"AAAA,IAAK,KAAK,MAAK;EACX,aAAA","file":"form.css"}
\ No newline at end of file
--- /dev/null
+main form label:empty {
+ display: none;
+}
</script>
@endpush
-@include('cubist_back::when')
+@push('after_styles')
+ <link rel="stylesheet" href="{{ vendor_asset('vendor/cubist/cms-back/form.css') }}">
+@endpush
+@include('cubist_back::when')
@php
$defaultBreadcrumbs = [
</div>
</div>
@endif
- <!-- load the view from the application if it exists, otherwise load the one in the package -->
+ <!-- load the view from the application if it exists, otherwise load the one in the package -->
@if(view()->exists('vendor.backpack.crud.form_content'))
@include('vendor.backpack.crud.form_content', ['fields' => $crud->fields(), 'action' => 'edit'])
@else
@php
-start_measure('Render form '.$form->getTitle());
- $action='create';
- $fields=$crud->fields();
+ start_measure('Render form '.$form->getTitle());
+ $action='create';
+ $fields=$crud->fields();
@endphp
<h2>{{$form->getTitle()}}</h2>