SL | User Name | Contact | User Type | Created | Status | Action | |
---|---|---|---|---|---|---|---|
{{$loop->iteration}} |
{{ $users->name }}
@if ($users->id == auth()->user()->id)
@else
@endif
|
{{ $users->email }} | {{ $users->contact }} |
@if($users->user_type == "Admin")
Admin
@elseif($users->user_type == "School")
School
@else
User
@endif
|
{{ $users->created_at }} | @if ($users->id == auth()->user()->id) @else @if ($users->status == 1) @else @endif @endif |
@if ($users->id == auth()->user()->id)
@else
@endif
|
Total user: {{ $user->count() }} user
|