@extends('layouts.cmsApp') @section('content')

Create Escalation

@if(isset($escalation->id))
@else @endif @csrf
Enter Matrix Identifier
matrix_identifier) ? 'readonly' : '' }} />
Complaint Category
Complaint Sub-Category
Product
Product Segment
Escalation Stage
Days for Escalation
Escalation To
CC Escalation To
Cancel @if(isset($escalation->id)) @endif @if(isset($stageData->stage_id)) @else @endif
@isset($stages)
@forelse($stages as $key => $stage) @empty @endforelse
Complaint Type Product Escalation Stages Days Escalation To Actions
{{ $stage->complaint_category_name }} {{ $stage->product_name }} {{ $stage->stage }} {{ $stage->days }} {{ $stage->escalation_to_name }}
@endisset @endsection