@foreach ($model->annotations as $annotation)
{{--
{{ $annotation->title }}
--}}

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

{{ $annotation->texto }}

@endforeach