@forelse($listresults as $index => $item) {{ $index + 1 }}
@if ($item->logo_path) {{ $item->name }} @else
{{ strtoupper(substr($item->name, 0, 2)) }}
@endif
{{ $item->name }}
{{ $item->email }} @if ($item->email_verified_at) @endif
@if ($item->company) {{ $item->company }} @else - @endif
{{ $item->created_at?->format('d.m.Y') }} {{ $item->created_at?->format('H:i') }} {{ $item->created_at?->shortRelativeDiffForHumans() }}
@can('view', $item) @endcan
@empty {{ __('labels.no_news_found') }} @endforelse