@php $authCheck = auth()->check(); $permission= auth()->user(); @endphp
| S.No. | {{--Image | --}}User Name | Role | Status | Action | ||
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{--
|
--}}
{{-- {{ $user->name }} | --}}
{{ $user->name }}
|
{{ $user->email }} | {{ $user->role()->pluck('name')->join(', ') }} | {{ $user->status == 1 ? 'Active' : 'Inactive' }} |