@extends('layouts.app') @section('title', 'Root Cause Analysis') @section('content')
{{ $rootCauseAnalysis->why_1 }}
{{ $rootCauseAnalysis->why_2 }}
{{ $rootCauseAnalysis->why_3 }}
{{ $rootCauseAnalysis->why_4 }}
{{ $rootCauseAnalysis->why_5 }}
{{ $rootCauseAnalysis->root_cause }}
{{ $rootCauseAnalysis->human_factors }}
{{ $rootCauseAnalysis->organizational_factors }}
{{ $rootCauseAnalysis->technical_factors }}
{{ $rootCauseAnalysis->environmental_factors }}
{{ $rootCauseAnalysis->procedural_factors }}
{{ $rootCauseAnalysis->equipment_factors }}
{{ $rootCauseAnalysis->direct_cause }}
{{ $rootCauseAnalysis->contributing_causes }}
{{ $rootCauseAnalysis->root_causes }}
{{ $rootCauseAnalysis->systemic_failures }}
{{ $rootCauseAnalysis->prevention_possible }}
{{ $rootCauseAnalysis->lessons_learned }}