{{ 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
{{ Form::bsBoxClose() }}
{{ Form::bsSeo('title',$page['seo'], 'page') }}
@if ($page['type'] ==='homepage')
@endif
@if ($page['type'] !=='homepage' && $page['type'] !=='contact')
{{-- {{ Form::bsSchedule($page['is_published'])}} --}}
{{ 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 đại diện','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) }}
@if ($page['type'] !=='homepage' && !request()->has('menu_id'))
@include('menu::select.index')
@endif
@include('page::script')