@extends('layouts.main_frontend') @section('title','RCSA - Aggregated Questionaire') @section('main-content') @php if(count($risks)<1){ $risks = [json_decode(json_encode(['id'=>1,'reference_no'=>'12345']))]; } @endphp Aggregated Questionaire @if(!empty($risks)) @foreach($risks as $key=>$risk) 0) style="display:none" @endif data-index="{{$key}}"> Organization Department Name / Business Entity / Process RCSA Ref. No Risk Ref. No. Risk Event Name Risk Description {{$risk->description ?? ''}} Inherent Risk Likelihood @foreach($inherentLikelyhood as $key => $val) inherent_risk_likelyhood) ? $model->inherent_risk_likelyhood : old('inherent_risk_likelyhood')) == $key ? 'selected' : '' }}>{{ ucwords($val) }} @endforeach Impact @foreach($inherentImpact as $key => $val) inherent_risk_impact) ? $model->inherent_risk_impact : old('inherent_risk_impact')) == $key ? 'selected' : '' }}>{{ ucwords($val) }} @endforeach Probability 5 4 1 3 1 3 2 3 8 1 1 1 12 5 2 1 1 1 2 3 4 5 Likelihood Reason For Change* {{ isset($model->inherent_risk_reason_changes) ? $model->inherent_risk_reason_changes : old('inherent_risk_reason_changes') }} Control Ratings Control Ref No. Impact Ineffective Moderately Effective Effective Effective Effective Highly Effective Highly Efficient Moderately Efficient Efficient Moderately Inefficient Inefficient Likelihood Reason For Change* {{ isset($model->controls_reason_changes) ? $model->controls_reason_changes : old('controls_reason_changes') }} Calculated Residual Risk Likelihood Impact @can('aggregate_questionnaire.edit') Submit @endcan @endforeach < > @else Please select risk for this RCSA planner @endif @endsection @section('additionaljs') @endsection