{{$subject->title}}

{!! $subject->description !!}

@foreach($subject->comments as $comment)

#{{$i++}}

{!! $comment->description !!}

@endforeach
{!! Form::open(array('url' => $subject->getCreateCommentEndpoint())) !!}
{!! Form::textarea('description', null, ['class' => 'form-control', 'id' => 'comment-field']) !!} {!! Form::submit( __('Add Comment') , ['class' => 'btn btn-brand btn-md btn-upper movedown']) !!}
{!! Form::close() !!} @push('scripts') @endpush