{!! Form::label('show_post_widget_on_list','Show Post Widget on Listing Page ?') !!} {!! Form::checkbox('setting[_blog_show_post_widget_on_list]' , null , (isset($siteSetting['_blog_show_post_widget_on_list'])) ? $siteSetting['_blog_show_post_widget_on_list'] : 0) !!}
{!! Form::label('post_show_layout','Layout?') !!} {!! Form::select('setting[_blog_post_show_layout]' , ['list' => 'List','grid' => 'Grid'],(isset($siteSetting['_blog_post_show_layout'])) ? $siteSetting['_blog_post_show_layout'] : 0, ['class' => 'form-control']) !!}
{!! Form::label('show_detail_page_product_view','Show Detail Page view as product ?') !!} {!! Form::checkbox('setting[_blog_show_detail_page_product_view]' , null , (isset($siteSetting['_blog_show_detail_page_product_view'])) ? $siteSetting['_blog_show_detail_page_product_view'] : 0) !!}
{!! Form::label('post_show_column','Columns to show ?') !!}
{!! Form::label('post_print_icon','Show Print Icon') !!} {!! Form::checkbox('setting[_blog_post_print_icon]' , null , (isset($siteSetting['_blog_post_print_icon'])) ? $siteSetting['_blog_post_print_icon'] : 0) !!}
{!! Form::label('post_next_prev_icon','Show Next & Previous Icon in Blog Post ? ') !!} {!! Form::checkbox('setting[_blog_post_next_prev_icon]' , null , (isset($siteSetting['_blog_post_next_prev_icon'])) ? $siteSetting['_blog_post_next_prev_icon'] : 0) !!}
{!! Form::label('enable_post_author','Display default Author Field in blog editor?') !!} {!! Form::checkbox('setting[_blog_enable_post_author]' , null , (isset($siteSetting['_blog_enable_post_author'])) ? $siteSetting['_blog_enable_post_author'] : 0) !!}
{!! Form::label('_blog_is_boxes_min_height','IS Boxes min height') !!} {!! Form::number('setting[_blog_is_boxes_min_height]' , (isset($siteSetting['_blog_is_boxes_min_height'])) ? $siteSetting['_blog_is_boxes_min_height'] : 0 , ['class' => 'form-control']) !!}