@include('partials.styles')
@include('partials.nav')| Date | Status | Severity | Type | Site | |
|---|---|---|---|---|---|
| {{ $incident->occurred_on }} | {{ $incident->status }} | {{ $incident->severity ?? '—' }} | {{ ! empty($incident->incident_types) ? implode(', ', $incident->incident_types) : '—' }} | {{ $incident->site?->name ?? '—' }} | @can('incidents.view') View @endcan @can('incidents.update') Edit @endcan @can('incidents.delete') @endcan |
| No incidents yet. | |||||