@extends('layouts.app') @section('content')
{{ $incident->id }}
{{ $incident->type }}
{{ $incident->date }}
{{ $incident->time }}
{{ $incident->title }}
{{ $incident->details }}
{{ $incident->causes }}
{{ $incident->recommendations }}
{{ $incident->status }}
{{ $incident->first_name . ' ' . $incident->last_name }}
{{ $incident->reporter_type }}
{{ $incident->reporter_contact_number }}