@extends('layout.master') @section('css') @stop @section('content')
@csrf

Manage Questions

@if ($errors->has('question_type_id'))
{{ $errors->first('question_type_id') }}
@endif
@if ($errors->has('question_title_en'))
{{ $errors->first('question_title_en') }}
@endif
@if ($errors->has('option_1_en'))
{{ $errors->first('option_1_en') }}
@endif
@if ($errors->has('option_1_en_desc'))
{{ $errors->first('option_1_en_desc') }}
@endif
@if ($errors->has('option_2_en'))
{{ $errors->first('option_2_en') }}
@endif
@if ($errors->has('option_2_en_desc'))
{{ $errors->first('option_2_en_desc') }}
@endif
@if ($errors->has('option_3_en'))
{{ $errors->first('option_3_en') }}
@endif
@if ($errors->has('option_3_en_desc'))
{{ $errors->first('option_3_en_desc') }}
@endif
@if ($errors->has('option_4_en'))
{{ $errors->first('option_4_en') }}
@endif
@if ($errors->has('option_4_en_desc'))
{{ $errors->first('option_4_en_desc') }}
@endif

@if ($errors->has('question_title_hi'))
{{ $errors->first('question_title_hi') }}
@endif
@if ($errors->has('option_1_hi'))
{{ $errors->first('option_1_hi') }}
@endif
@if ($errors->has('option_1_hi_desc'))
{{ $errors->first('option_1_hi_desc') }}
@endif
@if ($errors->has('option_2_hi'))
{{ $errors->first('option_2_hi') }}
@endif
@if ($errors->has('option_2_hi_desc'))
{{ $errors->first('option_2_hi_desc') }}
@endif
@if ($errors->has('option_3_hi'))
{{ $errors->first('option_3_hi') }}
@endif
@if ($errors->has('option_3_hi_desc'))
{{ $errors->first('option_3_hi_desc') }}
@endif
@if ($errors->has('option_4_hi'))
{{ $errors->first('option_4_hi') }}
@endif
@if ($errors->has('option_4_hi_desc'))
{{ $errors->first('option_4_hi_desc') }}
@endif

@if ($errors->has('question_title_gu'))
{{ $errors->first('question_title_gu') }}
@endif
@if ($errors->has('option_1_gu'))
{{ $errors->first('option_1_gu') }}
@endif
@if ($errors->has('option_1_gu_desc'))
{{ $errors->first('option_1_gu_desc') }}
@endif
@if ($errors->has('option_2_gu'))
{{ $errors->first('option_2_gu') }}
@endif
@if ($errors->has('option_2_gu_desc'))
{{ $errors->first('option_2_gu_desc') }}
@endif
@if ($errors->has('option_3_gu'))
{{ $errors->first('option_3_gu') }}
@endif
@if ($errors->has('option_3_gu_desc'))
{{ $errors->first('option_3_gu_desc') }}
@endif
@if ($errors->has('option_4_gu'))
{{ $errors->first('option_4_gu') }}
@endif
@if ($errors->has('option_4_gu_desc'))
{{ $errors->first('option_4_gu_desc') }}
@endif

@if ($errors->has('activity_id_option_1'))
{{ $errors->first('activity_id_option_1') }}
@endif
@if ($errors->has('duration_option_1'))
{{ $errors->first('duration_option_1') }}
@endif

@if ($errors->has('activity_id_option_2'))
{{ $errors->first('activity_id_option_2') }}
@endif
@if ($errors->has('duration_option_2'))
{{ $errors->first('duration_option_2') }}
@endif

@if ($errors->has('activity_id_option_3'))
{{ $errors->first('activity_id_option_3') }}
@endif
@if ($errors->has('duration_option_3'))
{{ $errors->first('duration_option_3') }}
@endif

@if ($errors->has('activity_id_option_4'))
{{ $errors->first('activity_id_option_4') }}
@endif
@if ($errors->has('duration_option_4'))
{{ $errors->first('duration_option_4') }}
@endif

@stop @section('script') @stop