@extends('layouts.master') @section('content')
| No | Kode Produk | Nama Produk | Serial Number | Mac Address | Kondisi | {{--Date Join | --}}Action | |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->product_code }} | {{ $item->name_product }} | {{ $item->serial_number }} | {{ $item->mac_address }} | @if ($item->status == 1)Bagus | @elseif ($item->status == 2)Perbaikan | @elseRusak | @endif