@extends('layouts.main_layout') @section('title','RCSA - Add Organization Form') @section('main-content') Add Organization @csrf Organization Name * {!! $errors->first('organization_name', ':message') !!} RCSA Unit * @foreach($unitTypeArr as $key => $val) unit_type_id : old('rcsa_unit')) == $key ? 'selected' : '' }}>{{ ucwords($val) }} @endforeach {!! $errors->first('rcsa_unit', ':message') !!} Number of RCSA Units * {!! $errors->first('number_of_rcsa_units', ':message') !!} Reporting Currency * @foreach($currencyArr as $key => $val) currency_id : old('rcsa_unit')) == $key ? 'selected' : '' }}>{{ ucwords($val) }} @endforeach {!! $errors->first('reporting_currency', ':message') !!} Unit Details Unit 1 Unit Name * {!! $errors->first('unit_name[]', ':message') !!} Unit POC Name * {!! $errors->first('unit_poc_name[]', ':message') !!} Unit POC Email * {!! $errors->first('unit_poc_email[]', ':message') !!} Unit POC Phone * Country Code @if($countries) @foreach($countries as $key => $val) unit_poc_country_code : old('unit_poc_country_code')) == $val->id ? 'selected' : '' }}> {{ $val->dial_code.' '.ucwords($val->name) }} @endforeach @endif {!! $errors->first('unit_poc_phone_number[]', ':message') !!} Unit Head Name * {!! $errors->first('unit_head_name[]', ':message') !!} Unit Head Email * {!! $errors->first('unit_head_email[]', ':message') !!} Unit Head Phone * Country Code @if($countries) @foreach($countries as $key => $val) unit_head_country_code : old('unit_head_country_code')) == $val->id ? 'selected' : '' }}> {{ $val->dial_code.' '.ucwords($val->name) }} @endforeach @endif {!! $errors->first('unit_head_phone_number[]', ':message') !!} Unit Reporting Currency * @foreach($unitCurrencyArr as $key => $val) currency_id : old('rcsa_unit')) == $key ? 'selected' : '' }}>{{ ucwords($val) }} @endforeach {!! $errors->first('unit_reporting_currency[]', ':message') !!} Organisation POC Name * {!! $errors->first('organisation_poc_name', ':message') !!} Organisation POC Email * {!! $errors->first('organisation_poc_email', ':message') !!} Organisation POC Phone * Country Code @if($countries) @foreach($countries as $key => $val) organisation_poc_country_code : old('organisation_poc_country_code')) == $val->id ? 'selected' : '' }} > {{ $val->dial_code.' '.ucwords($val->name) }} @endforeach @endif {!! $errors->first('organisation_poc_phone_number', ':message') !!} Risk Matrix Select Risk Matrix 3*3 Matrix 4*4 Matrix 5*5 Matrix {!! $errors->first('risk_matrix', ':message') !!} Matrix Risk Rating Risk Rating Description Illustrative Description Threshold Illustrative Threshold Likelihood 1 Lorem Ipsum Rare Lorem Ipsum Lorem Ipsum Impact 1 Lorem Ipsum Rare Lorem Ipsum Lorem Ipsum Control Rating Effectiveness 1 Lorem Ipsum Rare Lorem Ipsum Lorem Ipsum Design 1 Lorem Ipsum Rare Lorem Ipsum Lorem Ipsum Upload Previous RCSA Documents Supports : pdf / word / excel / jpg {!! $errors->first('documents', ':message') !!} Save @endsection @section('additionaljs')
:message
Supports : pdf / word / excel / jpg