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

Create Inspection Checklist

@csrf

Basic Information

@error('name')

{{ $message }}

@enderror

Checklist Items *

Cancel
@push('scripts') @endpush @endsection