@if (function_exists('getNotificationList')) @php $notification_list = getNotificationList(); @endphp
  • {{$notification_list->count()}}
    @if (isset($notification_list) && $notification_list->count() > 0) @foreach ($notification_list as $notification_item)
    {{$notification_item->title}}
    @endforeach @else
    {{__('No Notification Found')}}
    @endif
  • @endif
  • {{Auth::user()->first_name.' '.Auth::user()->last_name}}

    {{-- --}}