@foreach($owners as $ow) @endforeach
@sortablelink('user.name', 'User') @sortablelink('created_at', 'Issued At')  
@if(filled($ow->user)) {{ $ow->user->name_private.' ('.$ow->user->ident.')' }} @else Deleted User @endif {{ $ow->created_at->format('d.M.Y H:i') }}