@extends('layouts.app') @section('title', 'Inspection Checklists') @section('content')
Manage inspection checklist templates
| Name | Category | Items | Status | Actions |
|---|---|---|---|---|
| {{ $checklist->name }} | {{ $checklist->category ?? 'N/A' }} | {{ count($checklist->items ?? []) }} items | {{ $checklist->is_active ? 'Active' : 'Inactive' }} | View Edit |
| No inspection checklists found. | ||||