@extends('layouts.main_frontend') @section('title','RCSA - View Action-plan') @section('main-content') View Action Plan Form Field Organization Name Department Name / Business Entity Name / Process Action Reference Number Risk Reference Number Risk Event Description {{ ucwords($model->risk_description) ?? '' }} Action/Task Action Plan Owner Priority Level Target Completion Date Action Status Approval Status Comments {{ ucwords($model->comments) ?? '' }} @endsection @section('additionaljs') @endsection