@extends('layouts.app') @section('title', 'Edit Root Cause Analysis') @section('content')
Back to RCA

Edit Root Cause Analysis

Incident: {{ $incident->reference_number }}

{{ $incident->title }}

@csrf @method('PUT')

Analysis Type

@if($rootCauseAnalysis->analysis_type === '5_whys')

5 Whys Analysis

Ask "Why?" five times to drill down to the root cause.

@endif @if($rootCauseAnalysis->analysis_type === 'fishbone')

Fishbone (Ishikawa) Analysis

Analyze causes across different categories.

@endif

Comprehensive Analysis

Cancel
@endsection