@extends('layouts.app') @section('title', 'Edit Inspection Checklist') @section('content')
Back

Edit Inspection Checklist

@csrf @method('PUT')

Basic Information

@error('name')

{{ $message }}

@enderror

Checklist Items

@foreach($checklist->items ?? [] as $index => $item)
@endforeach
Cancel
@push('scripts') @endpush @endsection