@extends('layouts.app') @section('title', 'Spill Incidents') @section('content')

Spill Incidents

Manage spill incidents and reporting

Dashboard Report Spill
Reset
@forelse($incidents as $incident) @empty @endforelse
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.
{{ $incidents->links() }}
@endsection