@section('page-title') {{ __('Users') }} @endsection @section('breadcrumbs')
{{ $user->id }}
{{ $user->name }}
{{ $user->email }}
{{ $user->getFormattedRole() }}
{{ __('No users found') }}