@extends('layouts.admin') @section('title') {{$title}} @endsection @section('content-admin')

{{$title}}

{{-- @if(session('msg'))
{{ session('msg') }}
@endif --}}
@can('create',App\Models\Admin\User::class) Thêm người dùng @endcan
{{-- --}} {{-- --}} @if(!empty($userList)) @foreach ($userList as $key => $item) @endforeach @else @endif
STT Ảnh Tài khoản Nhóm Họ Tên Ngày Sinh SĐT EmailĐịa ChỉHành động
STT Ảnh Tài khoản Nhóm Họ Tên Ngày Sinh SĐT EmailĐịa ChỉHành động
{{$key + 1}} @if($item->provider=="google" && $item->updated_at != null) @else @if(!empty($item->anh)) @else @endif @endif @if(empty($item->provider == "google")) {{$item->username}} @else @endif @if(!empty($item->ten_chuc_vu == "Khách Hàng"))
{{$item->ten_chuc_vu}}
@elseif(!empty($item->ten_chuc_vu =="Giám Đốc"))
{{$item->ten_chuc_vu}}
@else {{$item->ten_chuc_vu}} @endif
{{$item->ho_ten}} @if(!empty($item->ngay_sinh)) {{ \Carbon\Carbon::parse($item->ngay_sinh)->format('d/m/Y')}} @else @endif @if(empty($item->so_dien_thoai)) @else {{$item->so_dien_thoai}} @endif {{$item->email}} @can('users.edit') @endcan
@csrf @method('DELETE') @can('users.delete') @endcan
KHÔNG CÓ NGƯỜI DÙNG
{{$userList->links()}}
@endsection