@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('start_time'))
{{ $errors->first('start_time') }}
@endif
@if ($errors->has('end_time'))
{{ $errors->first('end_time') }}
@endif

@if ($errors->has('icon'))
{{ $errors->first('icon') }}
@endif
@if ($errors->has('product_ids'))
{{ $errors->first('product_ids') }}
@endif