File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed
Expand file tree Collapse file tree 1 file changed +15
-8
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 >
12- <file-field type =" image" field =" og_image_id" :init-file =" {{ $model -> ogImage ?? ' null' } }" label =" Open Graph image" ></file-field >
13-
14- <x-core::title-and-slug-fields />
15- <div class =" mb-3" >
16- {!! TranslatableBootForm:: hidden (' status' )-> value (0 ) ! !}
17- {!! TranslatableBootForm:: checkbox (__ (' Published' ), ' status' ) ! !}
10+ <div class =" row" >
11+ <div class =" col-lg-8" >
12+ <x-core::title-and-slug-fields />
13+ <div class =" mb-3" >
14+ {!! TranslatableBootForm:: hidden (' status' )-> value (0 ) ! !}
15+ {!! TranslatableBootForm:: checkbox (__ (' Published' ), ' status' ) ! !}
16+ </div >
17+ </div >
18+ <div class =" col-lg-4" >
19+ <div class =" right-column" >
20+ <file-manager ></file-manager >
21+ <file-field type =" image" field =" image_id" :init-file =" {{ $model -> image ?? ' null' } }" ></file-field >
22+ <file-field type =" image" field =" og_image_id" :init-file =" {{ $model -> ogImage ?? ' null' } }" label =" Open Graph image" ></file-field >
23+ </div >
24+ </div >
1825 </div >
1926</div >
You can’t perform that action at this time.
0 commit comments