@php
$notifications = getNotification(Auth::user()->roles->pluck('name')->first());
$notificationCount = count($notifications);
@endphp
{{--
{{ __('messages.notification.notifications') }}
{{ $notification->title }}
{{ \Carbon\Carbon::parse($notification->created_at)->diffForHumans(null, true) }}
{{ __('messages.notification.you_don`t_have_any_new_notification') }}
{{ __('messages.notification.you_don`t_have_any_new_notification') }}