@php use Carbon\Carbon; use App\Models\Translation; @endphp
{{ __('notifications.title') }}
{{ auth()->user()->UnreadNotifications()->count() }}
{{ $notification->Notification->title }}
{{ $notification->Notification->body }}
{{ CheckDateTime($notification->created_at, 'show', 'DateTime') }}
{{ __('navbar.SetLanguage') }}
{{ Carbon::now()->format('H:i:s') }}
{{ CheckDateTime(Carbon::today(), 'show', 'FullDate') }}