コメント履歴
@if ($application->comments) @foreach ($application->comments as $comment)

{!! nl2br($comment->comment) !!}

{{ $comment->created_at->format('Y/m/d') }}
@endforeach @endif