@include('layouts.web-admin.thumb',["pathFile"=>$banner->pathFile ?? '',"filename"=>$banner->thumb ??
'',"action_page"=>$action_page??"create"])
@include('layouts.web-admin.thumb_mobile',["pathFile"=>$banner->pathFile ?? '',"filename"=>$banner->thumb_mobile ??
'',"action_page"=>$action_page??"create"])
{!! Html::decode(Form::label("isMain", "Main
*", ['class' => 'col-sm-2 control-label','for'=>'isMain'])) !!}
is_main) && $banner->is_main=="Y")?"checked":"" }}>
@if ($errors->has('isMain'))
@endif
@include('layouts.web-admin.startEndDate',["startDate"=>$banner->startDate ?? '',"endDate"=>$banner->endDate ??
'',"action_page"=>$action_page??"create"])
@include('layouts.web-admin.status',["status"=>$banner->status ?? 'Active',"action_page"=>$action_page??"create"])