{{__('All Notes')}}

@php $counter = 1; @endphp @forelse($noteData as $note)

{{ nl2br(strip_tags($note->body))}}

{{$note->user->name}} ({{getRoleName($note->user->role)}})

@php $counter++; @endphp @empty
{{__('Don’t have any notes yet.')}}

{{__('Add your notes here.')}}

@endforelse