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

Edit Incident

@can('incidents.update')
@csrf @method('put') @php $incidentTypeOptions = ['Injury', 'Spill', 'Downtime', 'Damages']; $selectedIncidentTypes = $incident->incident_types ?? []; @endphp
@foreach ($incidentTypeOptions as $type) @endforeach
@include('partials.tag-input', ['tagSuggestions' => $tagSuggestions ?? [], 'tagInitial' => $incident->tags ?? []])
Cancel
@else

You do not have permission to edit this record.

Back @endcan