@include('admin.dashboard.components.breadcrumb')

Danh Sách Giảng Viên

@foreach($userInfos as $userInfo) @endforeach
Tên Ngày sinh Giới tính Số CCCD Quốc tịch Hộ khẩu thường trú Địa chỉ Tỉnh/Thành phố Quận/Huyện Phường/Xã Đường Ngày hết hạn Hành động
{{ $userInfo->name }} {{ $userInfo->date_of_birth ? $userInfo->date_of_birth->format('d/m/Y') : 'N/A' }} {{ $userInfo->gender }} {{ $userInfo->id_number }} {{ $userInfo->nationality }} {{ $userInfo->home }} {{ $userInfo->address }} {{ $userInfo->province }} {{ $userInfo->district }} {{ $userInfo->ward }} {{ $userInfo->street }} {{ $userInfo->doe ? $userInfo->doe->format('d/m/Y') : 'N/A' }}
Xem
@csrf @method('DELETE')