@include('partials.styles')
@include('partials.nav')
Near Misses / Edit
Edit Near Miss
@can('near-miss.update')
@csrf @method('put')
Occurred On
Severity
severity ?? '') === 'low')>Low
severity ?? '') === 'medium')>Medium
severity ?? '') === 'high')>High
Status
status ?? '') === 'open')>Open
status ?? '') === 'closed')>Closed
Site
—
@foreach ($sites as $site)
site_id === $site->id)>{{ $site->name }}
@endforeach
Crew
—
@foreach ($crews as $crew)
crew_id === $crew->id)>{{ $crew->name }}
@endforeach
Reported By
—
@foreach ($users as $user)
reported_by === $user->id)>{{ $user->name }}
@endforeach
Description
{{ $nearMiss->description }}
Additional People
@include('partials.tag-input', ['tagSuggestions' => $tagSuggestions ?? [], 'tagInitial' => $nearMiss->tags ?? []])
Attachments
Save
Cancel
@else
You do not have permission to edit this record.
Back
@endcan