@if (request('admin_search') || request('admin_role') || request('admin_status'))
Showing {{ $admins->firstItem() ?? 0 }}-{{ $admins->lastItem() ?? 0 }} of {{ $admins->total() ?? 0 }} results
@endif
@forelse ($admins as $user) @empty @endforelse
User Role Contact Active Status Joined Actions
@if ($user?->roles && $user->roles->isNotEmpty()) @foreach ($user->roles as $role) {{ $role->title }} @endforeach @else No Role @endif
{{ $user->email }}
{{ $user->phone }}
{{ $user->is_active ? 'Active' : 'Inactive' }} {{ \Carbon\Carbon::parse($user->created_at)->format('M Y') }}
@can('user-view') @endcan @can('user-edit') @endcan
No administrators found.
Showing {{ $admins->firstItem() ?? 0 }} to {{ $admins->lastItem() ?? 0 }} of {{ $admins->total() ?? 0 }} entries
{{ $admins->links('components.pagination.default') }}
@push('scripts') @endpush