@php $notificationUser = App\Models\User::where('id', $notification->data['user_id'])->first(); $policy = Modules\Policy\Entities\Policy::where('id', $notification->data['policy_id'])->first(); @endphp