@extends('layouts.front') @section('content')

Explanation

In this page, you will be able to read the explanation of level from another user

@csrf @method('PUT')
{!! Form::label('name', 'Name:') !!}

{{ $user_answer->user->name }}

{!! Form::label('content_id', 'Content:') !!}

{{ $user_answer->essay->questions->content->title }}

{!! Form::label('your_answer', 'Your Answer:') !!}
{!! Form::submit('Save', ['class' => 'btn btn-primary']) !!} Cancel
@endsection