@if(!Auth::check()) @endif
{{ session('success') }}
No users found.
@elseName | Status | Actions | |
---|---|---|---|
{{ $user->name }} | {{ $user->email }} | @if($user->approved) @if($user->is_admin) Admin @else User @endif @else Pending @endif |
@if($user->approved)
@if(!$user->is_admin)
@else
@endif
@endif
@if(!$user->approved)
@endif
|