@extends('backend.layout.master-tailwind') @section('title', __('Trash')) @section('content') @php $hues = [120, 260, 280, 220, 30, 180, 300, 60, 200, 340]; @endphp
{{ number_format($total) }} {{ __('deleted users') }}
| {{ __('User') }} | {{ __('Role') }} | {{ __('Email') }} | {{ __('Phone') }} | {{ __('Country') }} | {{ __('Deleted') }} | ||
|---|---|---|---|---|---|---|---|
|
{{ $initials }}
{{ $name }}
@{{ $user->username ?? '—' }} · U-{{ $user->id }}
|
{{ $roleLabel }} | {{ $user->email ?? '—' }} | {{ $user->phone ?? '—' }} | @if($user->country_name) {{ Str::upper(substr($user->country_name, 0, 2)) }} @else — @endif | {{ \Carbon\Carbon::parse($user->deleted_at)->format('Y-m-d') }} |
|
|
| {{ __('Trash is empty.') }} | |||||||