@extends('layouts.app') @section('title', 'Inspection #' . $inspection->id) @section('content')
| Item | Result | Notes |
|---|---|---|
| {{ $item->checklistItem->item_name }} | {{ $item->getResultLabel() }} | {{ $item->fail_description ?: '-' }} |
Date:
{{ $inspection->inspection_date->format('M d, Y H:i:s') }}
Status:
{{ $inspection->getStatusLabel() }}
Name:
{{ $inspection->equipment->name }}
Tag ID:{{ $inspection->equipment->tag_id }}
Location:
{{ $inspection->equipment->location }}
Type:
{{ $inspection->equipment->getTypeLabel() }}
Title:
{{ $inspection->checklist->title }}