{{ __('dashboard::dashboard.resources.user.plural') }}

{{ __('dashboard::dashboard.fields.all') }} @foreach ($this->userTypes as $key => $label) {{ $label }} @endforeach {{ __('dashboard::dashboard.fields.all') }} {{ __('dashboard::dashboard.fields.yes') }} {{ __('dashboard::dashboard.fields.no') }} @if ($this->can('create')) {{ __('dashboard::dashboard.actions.create') }} @endif @if (count($selected) > 0 && $this->can('delete'))
{{ __('dashboard::dashboard.notifications.selected', ['count' => count($selected)]) }} {{ __('dashboard::dashboard.actions.delete') }}
@endif
@foreach ($rows as $row) {{ $row->id }} {{ $row->full_name }} {{ $row->email }} {{ $row->phone }} {{ $row->user_type }} @if ($row->is_active) {{ __('dashboard::dashboard.fields.yes') }} @else {{ __('dashboard::dashboard.fields.no') }} @endif {{ $row->created_at?->diffForHumans() }}
@if ($this->can('update')) @endif @if ($this->can('delete')) @endif
@endforeach
{{ __('dashboard::dashboard.notifications.confirm_delete') }} {{ __('dashboard::dashboard.notifications.selected', ['count' => count($selected)]) }}
{{ __('dashboard::dashboard.actions.cancel') }} {{ __('dashboard::dashboard.actions.delete') }}