@if($workflowNotification['NotificationType']=="3")
@php
$fieldName=$workflowNotification['ModuleId']."_".$workflowNotification['FieldName'];
$templateId=$workflowNotification['TemplateId'];
$DateFieldName=$workflowNotification['DateFieldName'];
$NotificationDateFrequency=explode(",",$workflowNotification['NotificationDateFrequency']);
@endphp
@php
$fq=0;
@endphp
@foreach($NotificationDateFrequency as $DateFrequency)
@php
$dateType=explode("_",$DateFrequency);
$from=$dateType[0];
$to=$dateType[1];
$DateFieldSelected="";
if($DateFieldName==$DateField['ColumnName'])
{
$DateFieldSelected="selected";
}
$MyuniqId=uniqid();
$fq++;
@endphp
@if($fq!=1)
@else
@endif
@endforeach
@endif