@extends('layouts.main_frontend') @section('title','RCSA - Add Loss Event') @section('main-content') @csrf Add Loss Event @foreach ($errors->all() as $error) {{ $error }} @endforeach Loss Events Organization Name Department Name / Business Entity Name / Process * Select Department Name / Business Entity Name / Process @if($unitType) @foreach($unitType as $key => $val) unit_id : old('unit')) == $val['id'] ? 'selected' : '' }}>{{ $val['name'] }} @endforeach @endif Loss Event Reference Number * Description of the Incident * {{@$incident_desc ?? old('incident_desc')}} Actual or Estimated Loss Due to Incident * (Note: Currency Type {{$organization->currencies->code ?? 'INR'}} ) Risk Reference Number * Select Risk Reference Number @if($risks) @foreach($risks as $key => $val) {{ $val->reference_no }} @endforeach @endif Add Risk Risk Event Name * Select Risk Event Name Key Risk Level Relation * Select Risk Level Key Risk Category Relation * Select Risk Category Key Risk Sub Category Relation * Select Risk Subcategory Key Dates First Date of Occurence * Last Date of Occurence * Date of Discovery * Date of Settlement * Date of Financial Impact * Expected Closure Date * Root Cause Root Cause * Did it have customer Impact Yes No Was it Reported Internally/Externally External Internal Potential Cause of the Incident * Suggested Remedy to Prevent Recurrence * Comments {{old('comments')}} Upload Evidence/Attachments Supports : pdf / word / excel / jpg Loss Event Status Open Close Cancel Draft @if(count($riskList) > 1) Submit @endif @endsection @section('additionaljs') @endsection
Yes
No
External
Internal
Supports : pdf / word / excel / jpg
Open
Close