@extends('layouts.app') @section('title', '查詢資產管理者的設備清單') @section('content')
| # | 分類 | 設備名稱 | 序號 | C I A | 位置 | 可外借 | 報修 |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $a->category }} | {{ $a->asset_name }} | {{ $a->asset_sn }} | {{ $a->confidentiality }} {{ $a->integrity }} {{ $a->availability }} | {{ $a->location }} | {{ $a->lendable ? '✅' : '❌' }} | @if ($latestRepair && $latestRepair->status !== 'resolved') @if($latestRepair->status === 'pending') ⚠️ 待處理 @elseif($latestRepair->status === 'in_progress') 🔧 維修中 @endif @else 🛠️ 報修 @endif |
| 無資產資料 | |||||||