@extends('layouts.app') @section('title', 'Create CAPA') @section('content')
{{ $incident->title }}
Root Cause: {{ Str::limit($incident->rootCauseAnalysis->root_cause ?? 'N/A', 100) }}
{{ $message }}