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