@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
{{ ucfirst($item->type) }} {{ ucfirst($item->module) }}
{{ $item->created_at?->format('d.m.Y') }} {{ $item->created_at?->format('H:i') }} {{ $item->created_at?->shortRelativeDiffForHumans() }}
@can('view', $item) @endcan @can('update', $item) {{-- --}} @endcan @can('delete', $item) {{-- --}} @endcan
@empty {{ __('labels.no_news_found') }} @endforelse