{{-- Header --}}

Create Note

Capture your thoughts with rich formatting

{{-- Layout --}}
{{-- Left panel --}}
New Note
New Note
Fill in the form to create
Author {{ auth()->user()->name }}
Date {{ now()->format('M d, Y') }}
Add a category and tags to keep your notes organized and easy to find.
{{-- Form --}}
@csrf
{{-- Basic Info --}}
Basic Info
@error('title')
{{ $message }}
@enderror
@foreach($categories as $cat)
@error('category')
{{ $message }}
@enderror
{{-- Content --}}
Content Rich text supported
@error('content')
{{ $message }}
@enderror
{{-- Tags & Scheduling --}}
Tags & Scheduling Optional metadata
{{-- Tags --}}
@error('tags')
{{ $message }}
@enderror
{{-- Date + Time --}}
@error('date')
{{ $message }}
@enderror
@error('time')
{{ $message }}
@enderror
{{-- Favourite --}}
Cancel