@extends('layouts.app') @section('content') @if (count($users) > 0) @include('common.alerts') @include('common.errors')
{{ csrf_field() }}
Id
Enabled
Name
Email
Avatar
Image must be less than 1 MB and resolution less than 1024x1024 pixels.
Group
Guest
Registered
Editor
Administrator
Reset password
Update user
Cancel
{{ csrf_field() }}
×
Confirm
Please confirm.
×
User:
×
Reset password to user:
{{ csrf_field() }}
New password
Confirm password
New password must contain 8 or more characters.
With selected
Enable
Disable
Remove
Users list
@foreach ($users as $user) @endforeach
Name
Email
Group
Enabled
{{ $user->name }}
{{ $user->email }}
{{ $user->role }}
@if ($user->enabled) Yes @else No @endif
×
{{ $users->links() }}
@endif @endsection