@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
@if ($Question->audio != "")
Audio
@endif
@if ($errors->has('audio'))
{{ $errors->first('audio') }}
@endif