@extends('backend.layout') @section('content')
#ID | Họ tên | Tên đăng nhập | Phone | Đơn hàng | Thiết bị | Khách hàng | Đại lý | @if(\Auth::user()->type == 'admin')Trạng thái | Action | @endif||
---|---|---|---|---|---|---|---|---|---|---|---|
#{{$user->id}} | {{ $user->name }} | {{ $user->{'user_name'} }} | {{ $user->email }} | {{ $user->phone }} | {{ $user->boxs->count() }} |
|
{{ $user->customers->count() }} | @if($user->is_boss) {{$user->childs->count()}} đại lý @elseif(!$user->boss_id) Chọn tổng @endif | @if(\Auth::user()->type == 'admin')@if($user->is_boss) Huỷ @elseif($user->boss_id) Xoá tổng @else Nâng cấp @endif | @if($user->active) Active @else Block @endif | @endif |