@forelse ($notifications as $notification)
  • $notification->read_at !== null]) id="notification-{{ $notification->id }}">

    {!! Str::limit(BaseHelper::clean($notification->title), 30) !!}

    {{ $notification->created_at->diffForHumans() }}

    {!! Str::limit(BaseHelper::clean($notification->description), 80) !!} description)) <= 80) style="display: none" @endif> {{ trans('core/base::notifications.show_more') }}
    @if ($notification->action_url && $notification->action_url !== '#') {{ $notification->action_label ? __($notification->action_label) : trans('core/base::notifications.view') }} @endif
  • @empty
    {{ trans('core/base::notifications.no_notification_here') }}

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

    @endforelse @if(! empty($notification) && $notifications->hasMorePages())
  • {{ trans('core/base::notifications.view_more') }}
  • @endif