{{ __('User Profile') }}

@php $counter = 1; // Initialize a counter variable @endphp @forelse ($users as $user) @php $counter++; // Increment the counter variable @endphp @empty

No record available

@endforelse
No UserName Phone Num Email Role Action
{{ $counter }} {{($user->name)}} {{($user->phone_num)}} {{($user->email)}} {{($user->roles->pluck('name')->implode(' '))}} View
{{ $users->links() }}