My Stickies

Your private notes for this project

@if(!$editingStickyId) @endif
@if($editingStickyId)
@error('stickyContent') {{ $message }} @enderror
{{ strlen($stickyContent) }}/500 characters
@if($editingStickyId === 'new') @else @endif
@endif
@if($stickies->count() > 0)
@foreach($stickies as $sticky)
{{ $sticky->created_at->diffForHumans() }}
{{ $sticky->content }}
@endforeach
@else

No stickies yet

Create your first sticky note to capture important information

@endif