@include('layouts.web-admin.thumb',["pathFile"=>$content->pathFile ?? '',"filename"=>$content->thumb ??
'',"action_page"=>$action_page??"create"])
{!! Form::label("contentHtml", "Content", ['class' => 'col-sm-2 control-label','for'=>'contentHtml']) !!}
{!! Form::textarea('content', null, ['id'=>'contentHtml','class' => 'form-control class_ckeditor','size' =>
'50x3','placeholder'=>""]) !!}
@if ($errors->has('contentHtml'))
@endif
{{--
--}}
{{--
--}}
{{-- @include('layouts.web-admin.startEndDate',["startDate"=>$content->startDate ?? '',"endDate"=>$content->endDate ??
'',"action_page"=>$action_page??"create"]) --}}
@include('layouts.web-admin.status',["status"=>$content->status ?? 'Active',"action_page"=>$action_page??"create"])