{!! Form::label('custom_banner_title','Custom Banner Title') !!}
{!! Form::text('setting[_blog_custom_banner_title]' , (isset($siteSetting['_blog_custom_banner_title'])) ? $siteSetting['_blog_custom_banner_title'] : '' ,['class' => 'form-control']) !!}
{!! Form::label('custom_banner_bg_color','Custom Banner Bg Color') !!}
{!! Form::text('setting[_blog_custom_banner_bg_color]' , (isset($siteSetting['_blog_custom_banner_bg_color'])) ? $siteSetting['_blog_custom_banner_bg_color'] : '' ,['class' => 'form-control clockpicker','style' => 'width:150px']) !!}
{!! Form::label('custom_banner_title_color','Banner Text Color') !!}
{!! Form::select('setting[_blog_custom_banner_title_color]', ['is-light-text' => 'Light Text' , 'is-dark-text' => 'Dark Text'] ,(isset($siteSetting['_blog_custom_banner_title_color'])) ? $siteSetting['_blog_custom_banner_title_color'] : 0 ,['class' => 'form-control']) !!}
{!! Form::label('custom_banner_height','Custom Banner Height') !!}
{!! Form::select('setting[_blog_custom_banner_height]' ,\App\SiteSetting::banner_height() , (isset($siteSetting['_blog_custom_banner_height'])) ? $siteSetting['_blog_custom_banner_height'] : 0 ,['class' => 'form-control']) !!}
@if(true)
@if(true)
{!! Form::label('custom_banner_bg_image','Default post image') !!}
@else
{!! Form::label('custom_banner_bg_image','Custom bg Banner Image') !!}
@endif
{{-- {!! Form::file('setting_custom_banner_bg_image') !!}--}}
{!! Form::label('custom_banner_bg_image_category','Use category featured image on category pages.') !!}
{!! Form::checkbox('setting[_blog_custom_banner_bg_image_category]' , null , (isset($siteSetting['_blog_custom_banner_bg_image_category'])) ? $siteSetting['_blog_custom_banner_bg_image_category'] : 0) !!}
{!! Form::label('custom_gallery_heading_text','Custom Gallery Heading Text') !!}
{!! Form::text('setting[_blog_custom_gallery_heading_text]' , (isset($siteSetting['_blog_custom_gallery_heading_text'])) ? $siteSetting['_blog_custom_gallery_heading_text'] : '' , ['class' => 'form-control']) !!}
{!! Form::label('setting_gallery_uncategorized_feature_img','Feature Image for Uncategorized Gallery') !!}
{{-- {!! Form::file('_blog_setting_gallery_uncategorized_feature_img') !!}--}}
{!! Form::label('custom_gallery_order', 'Gallery Category Listing Order') !!}
{!! Form::select('_blog_setting[custom_gallery_order]', ['id' => 'Default', 'title' => 'Alphabetical'], (isset($siteSetting['custom_gallery_order'])) ? $siteSetting['custom_gallery_order'] : 0 , ['class' => 'form-control']) !!}
@endif
@if(true)
{!! Form::label('content_below_header','Content Below Header') !!}
{!! Form::textarea('setting[_blog_content_below_header]' , (isset($siteSetting['_blog_content_below_header'])) ? $siteSetting['_blog_content_below_header'] : '' , ['class' => 'form-control', 'rows' => '2']) !!}
@endif
@if(true)
{!! Form::label('setting[show_custom_header]','Show Custom Header') !!}
{!! Form::checkbox('setting[_blog_show_custom_header]' , null , (isset($siteSetting['_blog_show_custom_header'])) ? $siteSetting['_blog_show_custom_header'] : 0 , ['id' => 'show_custom_header']) !!}
@endif
@if(true)
{!! Form::label('portfolio_list_page_title','Listing Page Title Color') !!}
{!! Form::text('setting[_blog_portfolio_list_page_title]' , (isset($siteSetting['_blog_portfolio_list_page_title'])) ? $siteSetting['_blog_portfolio_list_page_title'] : '' , ['style' => 'width:150px','class' => 'form-control clockpicker']) !!}
{!! Form::label('portfolio_show_banner','Show Banner On Page') !!}
{!! Form::checkbox('setting[_blog_portfolio_show_banner]' , null , (isset($siteSetting['_blog_portfolio_show_banner'])) ? $siteSetting['_blog_portfolio_show_banner'] : 0 , ['id' => 'portfolio_show_banner']) !!}
{!! Form::label('portfolio_banner_custom_text','Custom Banner Text') !!}
{!! Form::text('setting[_blog_portfolio_banner_custom_text]' , (isset($siteSetting['_blog_portfolio_banner_custom_text'])) ? $siteSetting['_blog_portfolio_banner_custom_text'] : '' , ['class' => 'form-control']) !!}
{!! Form::label('custom_banner_bg_image','Custom bg Banner Image') !!}
{{-- {!! Form::file('_blog_setting_custom_banner_bg_image') !!}--}}
@elseif(true)
{!! Form::label('team_header_background','Header Background') !!}
{!! Form::text('setting[_blog_team_header_background]' , (isset($siteSetting['_blog_team_header_background'])) ? $siteSetting['_blog_team_header_background'] : '' , ['style' => 'width:150px','class' => 'form-control clockpicker']) !!}
{!! Form::label('team_photo_outline','Photo Outline') !!}
{!! Form::text('setting[_blog_team_photo_outline]' , (isset($siteSetting['_blog_team_photo_outline'])) ? $siteSetting['_blog_team_photo_outline'] : '' , ['style' => 'width:150px','class' => 'form-control clockpicker']) !!}
{!! Form::label('team_photo_outline_selected','Photo Outline - Selected') !!}
{!! Form::text('setting[_blog_team_photo_outline_selected]' , (isset($siteSetting['_blog_team_photo_outline_selected'])) ? $siteSetting['_blog_team_photo_outline_selected'] : '' , ['style' => 'width:150px','class' => 'form-control clockpicker']) !!}
{!! Form::label('team_social_media_links','Social Media Links') !!}
{!! Form::text('setting[_blog_team_social_media_links]' , (isset($siteSetting['_blog_team_social_media_links'])) ? $siteSetting['_blog_team_social_media_links'] : '' , ['style' => 'width:150px','class' => 'form-control clockpicker']) !!}
@elseif(true)
{!! Form::label('gallery_title_font','Title Font') !!}
@endif