Danh sách khách hàng chưa duyệt

Quay lại
@if($searchPerformed) @endif
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($searchPerformed)
{{ $totalResults > 0 ? 'Tìm thấy ' . $totalResults . ' tài khoản' : 'Không tìm thấy tài khoản' }}
@endif @if ($customers->isEmpty()) @else @foreach ($customers as $index => $customer) @endforeach @endif
STT Họ tên Email Tên tài khoản Ngày đăng ký Thao tác
Không có khách hàng cần duyệt
{{ $index + 1 }} {{ $customer->full_name }} {{ $customer->email }} {{ $customer->user->username }} {{ \Carbon\Carbon::parse($customer->create_at)->format('d/m/Y') }}
@csrf
@csrf