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