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

Recent Inspections

@can('inspections.create') @endcan
@forelse ($inspections as $inspection) @empty @endforelse
Type Status Scheduled Site
{{ $inspection->type }} {{ $inspection->status }} {{ $inspection->scheduled_on ?? '—' }} {{ $inspection->site?->name ?? '—' }} @can('inspections.view') View @endcan @can('inspections.update') Edit @endcan @can('inspections.delete')
@csrf @method('delete')
@endcan
No inspections yet.
{{ $inspections->links() }}
@can('inspections.create')
Create Inspection
Plan and record inspection results.
@csrf
@forelse ($checklistTemplates as $template) @empty No checklists available. @endforelse
@include('partials.tag-input', ['tagSuggestions' => $tagSuggestions ?? [], 'tagInitial' => []])
@endcan