{{-- Name: user.partials.comments Author: AL Created: 2015-10-13 Updated by: Description: User comments writing and listing --}} @extends('partials.box') @section($content_id) {!! Form::open(['method' => 'POST', 'class' => 'form-horizontal', 'action' => 'UserCommentController@store']) !!}
{!! nl2br($comment->content) !!}