@include('partials.styles') @include('partials.nav')

Edit Inspection

@can('inspections.update')
@csrf @method('put')
@forelse ($checklistTemplates as $template) @empty No checklists available. @endforelse
@include('partials.tag-input', ['tagSuggestions' => $tagSuggestions ?? [], 'tagInitial' => $inspection->tags ?? []])
Cancel
@else

You do not have permission to edit this record.

Back @endcan