• Notification @if($Total > 0) {{$Total}} New @endif
    @if($Total > 0) @endif
  • @php $notificationIcon = $CDN_PATH.'resources/images/man.png'; @endphp
    @if(!empty($Today) && count($Today)>0)
    Today
    @endif @if(!empty($sevenDays) && count($sevenDays)>0)
    Previous Notifications
    @endif @if(count($Today) <=0 && count($sevenDays) <= 0)
    No Data Available
    @endif