get(); $creatorName = $productionOrder->user ? $productionOrder->user->name : '系統'; if ($users->isNotEmpty()) { Notification::send($users, new NewProductionOrder($productionOrder, $creatorName)); } } }