@extends('layouts.main_frontend') @section('title','RCSA - Add RCSA Planner') @section('main-content') @csrf RCSA Planner Risk Assesment Ref. No. Organization Department Name/Business Entity/Process * Select Department Name/Business Entity Name/Process @if($units) @foreach($units as $key => $val) unit_id : old('unit_id')) == $val['id'] ? 'selected' : '' }}>{{ $val['name'] }} @endforeach @endif Assesment Frequency * @foreach($frequencies as $key => $val) assessment_frequency) ? $model->assessment_frequency : old('assessment_frequency')) == $key ? 'selected' : '' }}>{{ ucwords($val) }} @endforeach Purpose/Scope * {{ old('purpose_scope') }} Instruction {{ old('instruction') }} Assessment Dates From Date * To Date * Respondants * Respondant Name Please Select Respondants @foreach($dept_users as $key => $val) respondant_id) ? $model->respondant_id : old('respondant_name')) == $val->id ? 'selected' : '' }}>{{ ucwords($val->poc_name) }} @endforeach Select Risk Ref. No. Risk Event Name @if(!empty($risk_list)) @foreach($risk_list as $row) {{$row->reference_no}} {{$row->name}} @endforeach @endif Next Draft Submit @endsection @section('additionaljs') @endsection