@extends('backend.layout') @section('content')
@foreach ($products as $product) @endforeach
STT Name Loại thiết bị DeviceID Mac Dịch vụ Tình trạng Action
{{$product->id}} {{$product->name}} {{$product->cate->name}} {{$product->deviceId}} {{$product->mac}} @if(isset($product->used->invoiceitem->service->name)) {{ $product->used->invoiceitem->service->name}} @else Không tìm thấy dịch vụ @endif {{ config('itv.device.status.'.$product->status) }} @if (isset($product->used->invoiceitem->service->name)) @else @endif @if (!isset($product->used->invoiceitem->service->name) && $product->use == 'back' || $product->status == 'fail') @endif
@endsection @push('styles') @endpush @push('scripts') @endpush