{{ Form::bsBoxOpen() }} {{ Form::bsKeyword($page['seo']['meta_keyword'], [], 'required')}} @include('core::partials.input_menu_name') {{ Form::bsText('Tiêu đề (H1) ','title',$page['description']['title'], ['data-seo'=>'title'], 'required') }} @if ($page['type'] ==='homepage') {{ Form::bsTextArea('Mô tả','description',$page['description']['description'], ['data-seo' => 'description']) }} @endif @if (@$page['type'] !=='homepage' && @$page['type'] !=='contact') {{ Form::bsTextAreaEditor('Nội dung','content',$page['description']['content'], ['data-seo' => 'content']) }} @endif {{ Form::bsBoxClose() }} {{ Form::bsSeo('title',$page['seo'], 'page') }} @if ($page['type'] ==='homepage') @endif @if ($page['type'] ==='homepage') @endif
@if ($page['type'] !=='homepage' && $page['type'] !=='contact') {{ Form::bsBoxOpen("Thuộc tính") }} {{ Form::bsSelect('Phân loại','type',config("page.page_type"),$page['type']) }} {{ Form::bsSelect('Bố cục trang','layout',config("page.page_layout"),$page['layout']) }} {{ Form::bsBoxClose() }} @endif
{{ Form::bsLfFile('Hình chia sẻ
( Kích thước tối thiểu 200x200 )','thumbnail',$page['thumbnail'],['width'=>150,'height'=>120]) }} {{ Form::hidden('menu_id',request()->menu_id) }} {{ Form::hidden('parent_menu_id',request()->parent_menu_id) }} {{ Form::hidden('menu_item_id',request()->menu_item_id) }} {{ Form::hidden('menu_item_id',request()->menu_item_id) }} {{ Form::hidden('taxonomy','page') }} @if ($page['type'] !=='homepage' && !request()->has('menu_id')) @include('menu::select.index') @endif @if(!empty($page->created_by))
Trang được tạo bởi
@php( $auth = \getAdminById($page->created_by))

Tên: {{$auth['name']}}

Email: {{$auth['email']}}

@endif
@include('page::script')