@section('title', 'Private Notes') @push('styles') @endpush @push('scripts') @endpush
@forelse ($notes as $note)

{{$note->title}}

{{\Illuminate\Support\Str::limit($note->description, 100, '...')}}

@empty @endforelse