{{ __('Pending User List') }}
# | Image | Name | Phone | Status | Actions | |
---|---|---|---|---|---|---|
{{ ++$id }} |
|
{{ $user->name }} | {{ $user->email }} | {{ $user->phone_no }} | @if ($user->status == 'approved') Approved @elseif ($user->status == 'pending') Pending @elseif ($user->status == 'blocked') Blocked @endif |
|