@props(['systemnotificationdet','systemnotificationcount']) @php $systemnotificationdet=$systemnotificationdet; $systemnotificationcount=$systemnotificationcount; $NotificationModeArray[1]='Email'; $NotificationModeArray[2]='SMS'; $NotificationModeArray[3]='Whats up'; $a=0; @endphp
@if($systemnotificationcount) @foreach($systemnotificationdet as $eachRecord) @php $a++; $NotificationMode=$eachRecord->NotificationMode @endphp @endforeach
Sl.no Notification Mode Subject Created Date Email Mobile Number View
{{$a}} @if(array_key_exists($NotificationMode,$NotificationModeArray)) {{$NotificationModeArray[$NotificationMode]}} @else {{$NotificationMode}} @endif {{$eachRecord->Subject}} {{$eachRecord->CreatedDate}} {{$eachRecord->Email}} {{$eachRecord->phonenumber}}
@endif