@extends('layouts.header')
@section('content')
@php
echo "
"; //print_r($GetBeforeSaveDetails); //print_r($GetRelatedToFields); echo ""; $DropDownArray=array(); foreach($GetRelatedToFields as $eachDD) { $DropDownListId=$eachDD->DropDownListId; $DropDownListName=$eachDD->DropDownListName; $DropDownArray[$DropDownListId]=$DropDownListName; } $ConditionTypeArray['1']='NotEqual'; $UserConditionArray['1']='All user'; $UserConditionArray['2']='Role Based User'; $UserConditionArray['3']='Team Based User'; $UserConditionArray['4']='Role and Team Based User'; $ActionTypeArray['1']='Create'; $ActionTypeArray['2']='update'; $ActionTypeArray['3']='Create and Update'; $i=0; @endphp