@if(!empty($unReadNotifications) and count($unReadNotifications)) {{ count($unReadNotifications) }} @endif
@if(!empty($unReadNotifications) and count($unReadNotifications))
{{ count($unReadNotifications) }} {{ trans('panel.notifications') }}
{{ trans('update.mark_as_read') }}
@foreach($unReadNotifications->take(3) as $unReadNotification) id}") }}" class="language-dropdown__item d-flex align-items-center w-100 px-16 py-8 text-dark bg-transparent">

{{ $unReadNotification->title }}

{{ dateTimeFormat($unReadNotification->created_at, 'j M Y | H:i') }}
@endforeach @else
{{ trans('notification.empty_notifications') }}
@endif