{!! Form::text('publish_date', old('publish_date', $publishDate), ['class' => 'form-control datepicker', 'id' => 'publish_date', 'data-date-format' => config('core.base.general.date_format.js.date'),]) !!}
{!! Form::error('publish_date', $errors) !!}
{!! Form::text('publish_time', old('publish_time', $publishTime), ['class' => 'form-control time-picker timepicker timepicker-24', 'id' => 'publish_time']) !!}
{!! Form::error('publish_time', $errors) !!}
@if ($data && $data->status != \Botble\Base\Enums\BaseStatusEnum::PUBLISHED)
{!! Form::onOff('update_time_to_current', 0) !!}
@endif