@extends('layouts.app') @section('title', 'Manajemen Model Perangkat') @section('breadcrumb')
| # | Nama Model | Merk | Tipe Perangkat | Status | Aksi |
|---|---|---|---|---|---|
| {{ $loop->iteration + ($deviceModels->currentPage() - 1) * $deviceModels->perPage() }} | {{ $item->name }} | {{ $item->brand->name ?? '-' }} | {{ $item->deviceType->name ?? '-' }} | @if($item->is_active) Aktif @else Nonaktif @endif | |
| Tidak ada data | |||||