File tree Expand file tree Collapse file tree 1 file changed +18
-12
lines changed
src/resources/views/admin Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change 66
77<div class =" content" >
88 <x-core::form-errors />
9-
10- <file-manager ></file-manager >
11- <file-field type =" image" field =" image_id" :init-file =" {{ $model -> image ?? ' null' } }" ></file-field >
12- <file-field type =" image" field =" og_image_id" :init-file =" {{ $model -> ogImage ?? ' null' } }" label =" Open Graph image" ></file-field >
13- <files-field :init-files =" {{ $model -> files } }" ></files-field >
14-
15- <x-core::title-and-slug-fields :locales =" locales()" />
16- <div class =" mb-3" >
17- {!! TranslatableBootForm:: hidden (' status' )-> value (0 ) ! !}
18- {!! TranslatableBootForm:: checkbox (__ (' Published' ), ' status' ) ! !}
9+ <div class =" row" >
10+ <div class =" col-lg-8" >
11+ <x-core::title-and-slug-fields :locales =" locales()" />
12+ <div class =" mb-3" >
13+ {!! TranslatableBootForm:: hidden (' status' )-> value (0 ) ! !}
14+ {!! TranslatableBootForm:: checkbox (__ (' Published' ), ' status' ) ! !}
15+ </div >
16+ {!! TranslatableBootForm:: textarea (__ (' Summary' ), ' summary' )-> rows (4 ) ! !}
17+ <x-core::tiptap-editors :model =" $model" name =" body" :label =" __('Body')" />
18+ </div >
19+ <div class =" col-lg-4" >
20+ <div class =" right-column" >
21+ <file-manager ></file-manager >
22+ <file-field type =" image" field =" image_id" :init-file =" {{ $model -> image ?? ' null' } }" ></file-field >
23+ <file-field type =" image" field =" og_image_id" :init-file =" {{ $model -> ogImage ?? ' null' } }" label =" Open Graph image" ></file-field >
24+ <files-field :init-files =" {{ $model -> files } }" ></files-field >
25+ </div >
26+ </div >
1927 </div >
20- {!! TranslatableBootForm:: textarea (__ (' Summary' ), ' summary' )-> rows (4 ) ! !}
21- <x-core::tiptap-editors :model =" $model" name =" body" :label =" __('Body')" />
2228</div >
You can’t perform that action at this time.
0 commit comments