@foreach ($roles as $role) @endforeach @if ($roles->isEmpty()) @endif
# {{ __('Name') }} {{ __('Description') }} {{ __('Created') }}
{{ $roles->firstItem() + $loop->index }} {{ $role->name }} {{ $role->description ?? '—' }} {{ $role->created_at->format('d M Y') }}
{{ __('No roles found.') }}
@if ($roles->hasPages())
{{ $roles->links() }}
@endif