@extends('layouts.app') @section('title', 'Create Inspection') @section('content')
{{ $message }}
Select a checklist above to load items, or add items manually.
{{ $index + 1 }}. {{ $item['item'] ?? $item['name'] ?? 'Item' }}
Type: {{ ucfirst(str_replace('_', ' ', $item['type'] ?? 'yes_no')) }}