Notes
+ Note
@forelse ($this->notes as $note)
@include('partials.user.user-card-compacted', ['user' => $note->user])
Le {{ $note->created_at->isoFormat('LL') }} à {{ $note->created_at->format('H:i') }}
Supprimer Note

{!! nl2br($note->content) !!}

{{-- --}}
@empty
Pas de notes
@endforelse