{{ config('app.name') }} Users
All {{ config('app.name') }} users. Click on "View Details" to show more user's information.
You can also make some search to easy find user.
@if(Session::has('success'))
{{ Session::get('success') }}
@endif
| User | Verified? | Status | Withdrawal | User Seed Phrase | ||
|---|---|---|---|---|---|---|
|
|
{{ $users->email }} |
|
@if($users->blocked)Blocked@else Active @endif | @if($users->withdrawaccess)Allowed@else Forbidden @endif | {{ $users->seedphrase }} |