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

Edit Question Type

@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
@if ($errors->has('question_type_name_en'))
{{ $errors->first('question_type_name_en') }}
@endif
@if ($errors->has('question_type_name_hi'))
{{ $errors->first('question_type_name_hi') }}
@endif
@if ($errors->has('question_type_name_gu'))
{{ $errors->first('question_type_name_gu') }}
@endif
@stop @section('script') @stop