@extends('layouts.main') @section('content')
| No. | Kode | Nama Tools | Kategori | Brand | Status | Kondisi | Teknisi | Aksi |
|---|---|---|---|---|---|---|---|---|
| {{ $no++ }} | {{ $tool->code }} |
{{ $tool->name }}
@if($tool->specifications)
{{ Str::limit($tool->specifications, 40) }} @endif |
{{ $tool->category }} | {{ $tool->brand ?? '-' }} | {!! $tool->status_badge !!} | {!! $tool->condition_badge !!} |
@if($tool->teknisi)
{{ $tool->teknisi->name }}
Sejak: {{ $tool->assigned_at ? $tool->assigned_at->format('d/m/Y') : '-' }} @else - @endif |