{!! Form::label('name', 'Name:') !!}
{{ $explain->users->name }}
@if($title == 1)
{!! Form::label('level_id', 'Level:') !!}
{{ $explain->level->name }}
@else
{!! Form::label('content_id', 'Content:') !!}
{{ $explain->question->content->title }}
@endif
{!! Form::label('description', 'Description:') !!} {!! Form::hidden('description', null, ['class' => 'form-control', 'id' => 'res']) !!}
{!! @$explain->description !!}
{!! Form::submit('Save', ['class' => 'btn btn-primary']) !!}
Cancel
@section('scripts') @endsection