@if (hasPermission('project_note_create')) @endif
@foreach ($data['notes'] as $item)
@if (hasPermission('project_note_delete')) @endif @if (hasPermission('project_note_update')) {!! \Str::limit(strip_tags($item->description), 100) !!} @else {!! \Str::limit(strip_tags($item->description), 100) !!} @endif
@endforeach