@php $notificationUser = \App\Models\User::withoutGlobalScope(\App\Scopes\ActiveScope::class)->findOrFail($notification->data['user_id']); @endphp