@php //echo "
"; // print_r($results); //echo ""; $x=0; @endphp @if(count($results))
| Slno | Condition On | Condition Type | Condition Value | Status |
|---|---|---|---|---|
| {{$x}} | @if($res->ConditionOn==1) Subject @elseif($res->ConditionOn==2) Domain @elseif($res->ConditionOn==3) Email Address @endif | @if($res->ConditionType==1) Equals @elseif($res->ConditionType==2) Like @endif | {{$res->ConditionValue}} |
@if($res->ActiveStatus)
@php
$checked="checked";
@endphp
@endif
|