@foreach($tags as $tag) @endforeach
@lang('tag.name') @lang('linkace.added_at')
{{ $tag->name }} {{ formatDateTime($tag->created_at) }}
@csrf