@props([ 'notifications', 'unreadNotificationsCount', ])
@if ($notifications->count())
@if ($unreadNotificationsCount) {{ __('notifications::database.modal.buttons.mark_all_as_read.label') }} @endif {{ __('notifications::database.modal.buttons.clear.label') }}
@endif