{{ __('general.notifications') }}

@if(auth()->user()->unreadNotifications->isNotEmpty()) {{ __('general.mark_all_as_read') }} @endif
@if($notifications->isNotEmpty()) @if(auth()->user()->notifications()->count() > $perPage)
@endif @else

{{ __('general.all_caught_up') }}

{{ __('general.no_notification_desc') }}
@endif