{{ __('messages.notes') }}
@foreach ($notes as $index => $note)
{{$note->url}}
{{$note->created_at}}
@endforeach