@props(['notes', 'clientUuid'])

Notes

@csrf
@if($notes->count() > 0)
@foreach($notes as $note)

{{ $note->content }}

{{ $note->created_at->format('d/m/Y H:i') }}

@csrf @method('PUT')
@endforeach
{{ $notes->links() }}
@else

Aucune note

Ajoutez votre première note ci-dessus

@endif