@php $results=json_decode($NotificationFields); $Fields=$results->Fields; $Templates=$results->Templates; $notificationType=$results->notificationType; $DateTypes=$results->DateFields; echo "
";
	//print_r($results);
echo "
"; $notificationTypeValue=""; switch($notificationType){ case '12':$notificationTypeValue="Email";break; case '11':$notificationTypeValue="SMS";break; default:$notificationTypeValue="";break; } @endphp @if(count($Fields)!=0) @if($notificationType=="12")
@php $Uniqueid=uniqid(); @endphp
@elseif($notificationType=="11")
@php $Uniqueid=uniqid(); @endphp
@endif @else
@endif