environment('local') || Gate::forUser($notifiable)->check('viewNova')) { Notification::create([ 'id' => Str::orderedUuid(), 'type' => get_class($notification), 'notifiable_id' => $notifiable->getKey(), 'notifiable_type' => $notifiable->getMorphClass(), 'data' => $notification->toNova($notifiable), ]); } } }