@lang('link.history')

@foreach($history as $entry) @if($loop->index === 5 && $loop->count >= 10) @lang('linkace.more')
@endif @endforeach
{{ formatDateTime($link->created_at) }}: @lang('link.history_created')
@if(count($history) >= 10)
@endif