@php $addApplicationNotePermission = user()->permission('add_notes'); $editApplicationNotePermission = user()->permission('edit_notes'); $deleteApplicationNotePermission = user()->permission('delete_notes'); @endphp @forelse ($comments as $comment)
{{ ucfirst($comment->created_at->diffForHumans()) }}
{{ $comment->user->name }}
{{ ucfirst($comment->created_at->diffForHumans()) }}