@include('layouts.web-admin.thumb',["pathFile"=>$mica->pathFile ?? '',"filename"=>$mica->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', $mica->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', $mica->title_en ?? ''), ['class' => 'form-control','placeholder'=>"",'id'=>'title_en',(isset($action_page) && $action_page=="view")?"disabled":""]) !!} @if ($errors->has('title_en')) @endif
{!! Form::label("weight_th", "Weight", ['class' => 'col-sm-2 control-label','for'=>'title_th']) !!}
{!! Form::text("weight_th", old('weight_th', $hahne->weight_th ?? ''), ['class' => 'form-control','placeholder'=>"",'id'=>'weight_th',(isset($action_page) && $action_page=="view")?"disabled":""]) !!} @if ($errors->has('weight_th')) @endif
{{--
{!! Form::label("weight_en", "Weight EN", ['class' => 'col-sm-2 control-label','for'=>'title_en']) !!}
{!! Form::text("weight_en", old('weight_en', $mica->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', $mica->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"=>$mica->startDate ?? '',"endDate"=>$mica->endDate ?? '',"action_page"=>$action_page??"create"]) --}} @include('layouts.web-admin.status',["status"=>$mica->status ?? 'Active',"action_page"=>$action_page??"create"])