@extends('backend.layouts.master') @section('content')

6.2 danh sách kho

{{----}} @if(count($depots)) @foreach($depots as $key=>$value) @endforeach @else @endif
# Tên Số điện thoại Tỉnh/TP Quận/Huyện Phường/Xã Địa chỉ Quản khoCập nhậtThao tác
{{$key+1}} {{$value->code}} {{$value->name}} {{$value->phone}} {{$value->getCity->name}} {{$value->getDistrict->name}} {{$value->getWards->name}} {{$value->address}} {{@$value->user->name}}
{{$value->user_phone}}
Không có dữ liệu
@endsection @section('script') @include('backend.layouts.script') @endsection