today
@if ($errors->has('date'))
{{ $errors->first('date') }}
@endif
schedule
@if ($errors->has('time'))
{{ $errors->first('time') }}
@endif
@if ($errors->has('datetime'))
{{ $errors->first('datetime') }}
@endif
label
{{--
--}}
comment
@if ($errors->has('note'))
{{ $errors->first('note') }}
@endif