@foreach($notes as $note) @endforeach
@lang('link.link') @lang('note.note_content') @lang('linkace.added_at')
{{ $note->link->title }} {{ $note->note }} {{ formatDateTime($note->created_at) }}
@csrf