{{-- Top header bar --}}

Create Reminder

Set a reminder to stay on track

{{-- Left info panel --}}
New Reminder
New Reminder
Fill in the form to create
Author {{ auth()->user()->name }}
Date {{ now()->format('M d, Y') }}
Set a date & time so you get notified at exactly the right moment.
{{-- Form --}}
@csrf
{{-- Basic Info --}}
Basic Info
@error('title')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
{{-- Date & Time --}}
Date & Time Optional
@error('date')

{{ $message }}

@enderror
@error('time')

{{ $message }}

@enderror
{{-- Priority --}}
Priority Required
@foreach($priorities as $key => $label)
@endforeach
@error('priority')

{{ $message }}

@enderror
{{-- Details --}}
Details Category, location & tags
@foreach($categories as $cat) @error('category')

{{ $message }}

@enderror
@error('location')

{{ $message }}

@enderror

Press Enter or , to add a tag

@error('tags')

{{ $message }}

@enderror
{{-- Recurring --}}
Recurring Optional
@error('recurrence_type')

{{ $message }}

@enderror
day(s)
@error('recurrence_interval')

{{ $message }}

@enderror
{{-- Action bar --}}
Cancel
{{-- /cu-sections --}}
{{-- /cu-layout --}}