{{nl2br($task->description)}}
@endif
@foreach($task->comments->take(3) as $comment)
{!! Theme::section('comment.display', ['comment' => $comment]) !!}
@endforeach