@extends('layouts.app') @section('title', '설비 현황') @section('content')
{{ now()->format('Y년 m월 d일') }} 기준
데이터가 없습니다.
@endif| 수리일 | 설비 | 보전구분 | 수리내용 | 비용 |
|---|---|---|---|---|
| {{ $repair->repair_date->format('m-d') }} | {{ $repair->equipment?->name ?? '-' }} | {{ $repair->repair_type_label }} | {{ Str::limit($repair->description, 40) ?? '-' }} | {{ $repair->formatted_cost }} |
최근 수리이력이 없습니다.
@endif