@if ($notifications->isNotEmpty())
@foreach ($notifications as $notification)
  • $notification->read_at === null, ])>

    {!! BaseHelper::clean($notification->title) !!}

    {!! BaseHelper::clean($notification->description) !!}

    @if (filled($notification->action_url)) @endif
  • @endforeach @if ($notifications->previousPageUrl() || $notifications->nextPageUrl())
  • @endif
    @else

    {{ trans('core/base::notifications.no_notification_here') }}

    {{ trans('core/base::notifications.please_check_again_later') }}

    @endif