@extends('backend.layout') @section('content')
@if($user->childs->count() > 0) @foreach($user->childs as $child) @endforeach @endif
#ID Đại lý Boxs Khách hàng Trạng thái Ngày tạo Action
#{{$child->id}} {{ $child->name }} {{ $child->boxs->count() }} {{ $child->customers->count() }} @if($child->active) Hoạt động @else Đã khoá @endif {{ date('Y-m-d',strtotime($child->created_at)) }}
@endsection @push('styles') @endpush @push('scripts') @endpush