@extends('layouts.app') @section('title', 'Spill Incidents') @section('content')
Manage spill incidents and reporting
| Reference | Date | Location | Type | Severity | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $incident->reference_number }} | {{ $incident->incident_date->format('M d, Y') }} | {{ $incident->location }} | {{ ucfirst(str_replace('_', ' ', $incident->spill_type)) }} | {{ ucfirst($incident->severity) }} | {{ ucfirst(str_replace('_', ' ', $incident->status)) }} | View Edit |
| No spill incidents found. | ||||||