{{--{{ ucfirst(__('laravel-crm::lang.notes')) }}
--}}
@if($showForm)
@if(! $pinned)
@endif
@endif
@if($notes && $notes->count() > 0)
@foreach($notes as $note)
@livewire('note',[
'note' => $note
], key($note->id))
@endforeach
@endif
@if(! $pinned)
@push('livewire-js')
@endpush
@endif