@if($data)
@foreach($data as $key=>$d)
@if($d->notify_ref_type == 'VISIT')
{{$d->notify_ref_type}}: {{$d->notify_message }}, Status: {{$d->ref_status }}
@elseif($d->notify_ref_type == 'MEETING')
{{$d->notify_ref_type}}:{{$d->notify_message}}, Status: {{$d->ref_status }}
@elseif($d->notify_ref_type == 'APPOINTMENT')
{{$d->notify_ref_type}}: {{$d->notify_message}}, Status: {{$d->ref_status }}
@endif
@endforeach
@else
No new notification found.
@endif