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