@extends('layouts.app') @section('page_title', 'Notes') @section('content')

Categories

@if($category && $category !== 'all') {{ $category }} @elseif($showArchived) Archived Notes @elseif($search) Search Results @else All Notes @endif

+ New Note
@if($notes->isEmpty())

{{ $search ? 'No notes found matching your search' : 'No notes yet' }}

@if(!$search) Create your first note → @endif
@else @endif
@endsection