@extends('layouts.app') @section('title', 'Investigation Details') @section('content')
{{ $investigation->what_happened }}
{{ $investigation->when_occurred }}
{{ $investigation->where_occurred }}
{{ $investigation->who_involved }}
{{ $investigation->how_occurred }}
{{ $investigation->immediate_causes }}
{{ $investigation->contributing_factors }}
{{ $investigation->environmental_conditions }}
{{ $investigation->equipment_conditions }}
{{ $investigation->procedures_followed }}
{{ $investigation->training_received }}
{{ $investigation->key_findings }}
{{ $investigation->recommendations }}