@extends('backend.layout') @section('content')
{{ ($devices->currentPage() - 1)*10 + 1 }}-{{ ($devices->currentPage() - 1)*10 + $devices->count() }} trong {{ $devices->total() }} bản ghi.
STT | Loại | Model | DeviceId | Mac | Kho | Hiện trạng | Địa chỉ lắp đặt | Lịch sử | Ghi chú | Action |
---|---|---|---|---|---|---|---|---|---|---|
{{ ($devices->currentPage() - 1)*$devices->perPage() + $stt + 1 }} | {{ @$device->cate->name }} | {{ $device->name }} | {{ $device->deviceId }} | {{ $device->mac }} | @if(!$device->user_id) Kho tổng @else {{$device->agent->name}} @endif | {{ config('itv.device.status.'.$device->status) }} | @if($device->status == "used") {{@$device->customer->name}} - {{@$device->used->address}} @endif |
|
{{ $device->note }} |