@extends('backend.layouts.app') @section('title', __('labels.backend.questions.title').' | '.app_name()) @section('content') {!! Form::open(['method' => 'POST', 'route' => ['admin.questions.store'], 'files' => true,]) !!}
{{ $errors->first('question') }}
@endif{{ $errors->first('question_image') }}
@endif{{ $errors->first('score') }}
@endif{{ $errors->first('tests') }}
@endif{{ $errors->first('option_text_' . $question) }}
@endif{{ $errors->first('explanation_' . $question) }}
@endif{{ $errors->first('correct_' . $question) }}
@endif