@php $colors = $colors ?? []; @endphp
@if ($note->title)
{{ $note->title }}
@endif @if ($note->content)
{{ $note->content }}
@endif
@csrf @method('PUT')
@csrf @method('DELETE')