All Users
@if(!empty($errors->all()))
@endif
@if (session('message'))
@endif
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endforeach
{{ session('message') }}
User id | Name | Created at | Actions | ||
---|---|---|---|---|---|
{{ $user->id }} | {{ $user->email }} | {{ $user->name }} | {{ !empty($user->created_at) ? date_format($user->created_at,"Y/m/d") : null }} | Show | @canBeImpersonated($user) Impersonate this user @endCanBeImpersonated |
No record found |
{{ $users->links() }}
@livewire('stat-graph', ['model' => 'User', 'table' => 'users'])