{{ __('Users') }}

{{-- Task: add the loop here to show users, or the row "No content" --}}
Name Email Registered at
{{ $user->name }} {{ $user->email }} {{ $user->created_at }}
No content.