@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('Registered users')) @section('content_header')
{{__('Registered users')}}
{{__('Suspended users')}}
{{__('Name')}} | {{ __('Rank') }} | {{__('Status')}} | {{__('Registration date')}} | {{__('Actions')}} |
---|---|---|---|---|
{{$user->name}} | @if ($user->hasRole('reviewer')) {{ __('Staff') }} @else {{ __('Member') }} @endif |
|
{{$user->created_at}} | {{ __('Manage') }} |
{{__('Registered users are those without a staff role in the team management application.')}}