@extends('backend.layouts.app') @section('content')
Edit Question
@csrf @method('put')
@if($errors->has('question')) {{ $errors->first('question') }} @endif
@if($errors->has('question_image')) {{ $errors->first('question_image') }} @endif
@if($errors->has('score')) {{ $errors->first('score') }} @endif
@if($errors->has('test')) {{ $errors->first('test') }} @endif
@endsection