@foreach ($notes as $note)
  • {{ ucwords($note->user->name) }} {{ $note->created_at->diffForHumans() }} @if($user->cans('edit_job_applications')) @endif
    {{ ucfirst($note->note_text) }}
  • @endforeach