@extends('admin.layouts.app') @push('styles') @endpush @section('content')

Admins ✨

All Admins {{-- 442 --}}

@php $i= 0; @endphp @forelse ($users as $user) @empty @endforelse
Sr. No
email
role
Action
{{-- Icon 01 --}} {{ ++$i }}
{{ $user->email }}
{{ $user->roles()->first()->name }}
@endsection @push('scripts') @endpush