@if ($errors->has('class_name'))
{{ $errors->first('class_name') }}
@endif
@if ($errors->has('no_of_classes'))
{{ $errors->first('no_of_classes') }}
@endif
@if ($errors->has('coupon_eligible_program[]'))
{{ $errors->first('coupon_eligible_program[]') }}
@endif