@include('layouts.web-admin.thumb',["pathFile"=>$content->pathFile ?? '',"filename"=>$content->thumb ?? '',"action_page"=>$action_page??"create"])
{!! Html::decode(Form::label("title_th", "Title TH *", ['class' => 'col-sm-2 control-label','for'=>'title_th'])) !!}
{!! Form::text("title_th", old('title_th', $content->title_th ?? ''), ['class' => 'form-control','placeholder'=>"",'id'=>'title_th',(isset($action_page) && $action_page=="view")?"disabled":""]) !!} @if ($errors->has('title_th')) @endif
{!! Html::decode(Form::label("title_en", "Title EN *", ['class' => 'col-sm-2 control-label','for'=>'title_en'])) !!}
{!! Form::text("title_en", old('title_en', $content->title_en ?? ''), ['class' => 'form-control','placeholder'=>"",'id'=>'title_en',(isset($action_page) && $action_page=="view")?"disabled":""]) !!} @if ($errors->has('title_en')) @endif
{!! 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
{{--
{!! Form::label("weight_en", "Weight EN", ['class' => 'col-sm-2 control-label','for'=>'title_en']) !!}
{!! Form::text("weight_en", old('weight_en', $content->weight_en ?? ''), ['class' => 'form-control','placeholder'=>"",'id'=>'weight_en',(isset($action_page) && $action_page=="view")?"disabled":""]) !!} @if ($errors->has('weight_en')) @endif
--}} {{--
{!! Form::label("url", "URL", ['class' => 'col-sm-2 control-label','for'=>'url']) !!}
{!! Form::text("url", old('url', $content->url ?? ''), ['class' => 'form-control','placeholder'=>"",'id'=>'url',(isset($action_page) && $action_page=="view")?"disabled":""]) !!} @if ($errors->has('url')) @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"])