@extends('backend.index') @section('content')
Add new user
Username
Email

Date of the registration:

From
Until

Date of last visit:

From
Until

Number of comments:

From
Until

Group:

{!! makeRolesDropDown('group', request()->input('group')) !!}
Results/Page
input('exact_username')) checked @endif>
input('banned')) checked @endif>
input('comment_disabled')) checked @endif>
Clear
@csrf @include('backend.commons.user', ['users' => $users])
Name Username Email Group Joined Last visited Action
{{ $users->appends(request()->input())->links() }}
@endsection