File tree Expand file tree Collapse file tree 1 file changed +20
-13
lines changed
Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Original file line number Diff line number Diff line change 77<div class =" content" >
88 <x-core::form-errors />
99
10- <file-manager ></file-manager >
11- <file-field type =" image" field =" image_id" :init-file =" {{ $model -> image ?? ' null' } }" ></file-field >
10+ <div class =" row" >
11+ <div class =" col-lg-8" >
12+ <div class =" row gx-3" >
13+ <div class =" col-sm-6" >
14+ {!! BootForm:: text (__ (' Website' ), ' website' )-> type (' url' )-> placeholder (' https://' ) ! !}
15+ </div >
16+ </div >
1217
13- <div class =" row gx-3" >
14- <div class =" col-sm-6" >
15- {!! BootForm:: text (__ (' Website' ), ' website' )-> type (' url' )-> placeholder (' https://' ) ! !}
16- </div >
17- </div >
18-
19- {!! BootForm:: select (__ (' Page' ), ' page_id' , Pages:: allForSelect ()) ! !}
18+ {!! BootForm:: select (__ (' Page' ), ' page_id' , Pages:: allForSelect ()) ! !}
2019
21- <div class =" mb-3" >
22- {!! TranslatableBootForm:: hidden (' status' )-> value (0 ) ! !}
23- {!! TranslatableBootForm:: checkbox (__ (' Published' ), ' status' ) ! !}
20+ <div class =" mb-3" >
21+ {!! TranslatableBootForm:: hidden (' status' )-> value (0 ) ! !}
22+ {!! TranslatableBootForm:: checkbox (__ (' Published' ), ' status' ) ! !}
23+ </div >
24+ {!! TranslatableBootForm:: textarea (__ (' Body' ), ' body' ) ! !}
25+ </div >
26+ <div class =" col-lg-4" >
27+ <div class =" right-column" >
28+ <file-manager ></file-manager >
29+ <file-field type =" image" field =" image_id" :init-file =" {{ $model -> image ?? ' null' } }" ></file-field >
30+ </div >
31+ </div >
2432 </div >
25- {!! TranslatableBootForm:: textarea (__ (' Body' ), ' body' ) ! !}
2633</div >
You can’t perform that action at this time.
0 commit comments