@extends('layouts.app') @section('title', 'New Risk Assessment Template') @section('content')

New Template

@csrf
FMEA Scoring

Select which dimensions this template uses.

Risk Thresholds

RPN ranges mapped to risk levels. Leave blank to use defaults.

@foreach([ ['min'=>1, 'max'=>50, 'level'=>'LOW', 'action'=>'Acceptable'], ['min'=>51, 'max'=>100, 'level'=>'MEDIUM', 'action'=>'Monitor'], ['min'=>101, 'max'=>200, 'level'=>'HIGH', 'action'=>'Mitigation required'], ['min'=>201, 'max'=>1000, 'level'=>'CRITICAL', 'action'=>'Immediate action'], ] as $i => $band) @endforeach
Min RPN Max RPN Level Action
Custom Fields (optional)

Additional context fields beyond the FMEA scores. Save the template first to add fields, or use the edit page after saving.

Cancel
@endsection