We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b639921 commit 04187abCopy full SHA for 04187ab
src/resources/views/admin/_form.blade.php
@@ -6,6 +6,8 @@
6
@component('core::admin._buttons-form', ['model' => $model])
7
@endcomponent
8
9
+{!! BootForm::hidden('id') !!}
10
+
11
<file-manager related-table="{{ $model->getTable() }}" :related-id="{{ $model->id ?? 0 }}"></file-manager>
12
<file-field type="image" field="image_id" data="{{ $model->image }}"></file-field>
13
<files-field :init-files="{{ $model->files }}"></files-field>
0 commit comments