@extends('backend.layouts.app') @section('content')
Create Question
@csrf
@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
@for ($question=1; $question<=4; $question++) @endfor
@endsection