@if ($errors->has('day_name')) {{ $errors->first('day_name') }} @endif
@if ($errors->has('from_hour')) {{ $errors->first('from_hour') }} @endif
@if ($errors->has('to_hour')) {{ $errors->first('to_hour') }} @endif