Custom user fields during registration and profile edit #711
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
@section('title', 'Users')
|
||||
@section('actions')
|
||||
<li><a href="{{ route('admin.userfields.index') }}">
|
||||
<i class="ti-user"></i>Profile Fields</a>
|
||||
</li>
|
||||
|
||||
<li><a href="{{ route('admin.users.index') }}?search=state:0">
|
||||
<i class="ti-user"></i>@lang(UserState::label(UserState::PENDING))</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user