@props(['notifications' => [], 'unreadCount' => 0])
{{ $notification['title'] ?? '' }}
{{ $notification['message'] ?? '' }}
{{ $notification['time'] ?? '' }}
{{ __('No notifications') }}