@if ($errors->has('option_1'))
{{ $errors->first('option_1') }}
@endif
@if ($errors->has('option_2'))
{{ $errors->first('option_2') }}
@endif
@if ($errors->has('option_3'))
{{ $errors->first('option_3') }}
@endif
@if ($errors->has('option_4'))
{{ $errors->first('option_4') }}
@endif