@if(count($notes)) @foreach($notes as $note)

{{@$note->images()->count()}}

{{@$note->category_name}} {{$note->note}}
@endforeach @else No Notes Found.. @endif