{{ $notificationLog->user->name ?? __('notifications.all') }}
{{ $notificationLog->descriptions->where('language_id', $language->id)->first()->title ?? '-' }}
{{ $notificationLog->descriptions->where('language_id', $language->id)->first()->description ?? '-' }}