@if(!$pinned)
@endif @if(count($notes) > 0) @foreach($notes as $note) @livewire('crm-note-item', ['note' => $note, 'related' => $data[$note->id]['related']], key('note-item-'.$note->id)) @endforeach @endif