@forelse($equipments as $eq) @empty @endforelse
설비번호 설비명 유형 위치 생산라인 상태 관리자 정 관리자 부 구입일 QR 액션
{{ $eq->equipment_code }} {{ $eq->name }} {{ $eq->equipment_type ?? '-' }} {{ $eq->location ?? '-' }} {{ $eq->production_line ?? '-' }} {{ $eq->status_label }} {{ $eq->manager?->name ?? '-' }} {{ $eq->subManager?->name ?? '-' }} {{ $eq->purchase_date?->format('Y-m-d') ?? '-' }} 수정
등록된 설비가 없습니다.
@if($equipments->hasPages()) @include('partials.pagination', ['paginator' => $equipments, 'target' => '#equipment-table']) @endif