schedule->object_address . ' поставлен на монтаж с ' . DateHelper::getHumanDate($this->schedule->installation_date, true); if(!is_null($this->schedule->brigadier->token_fcm)) { $this->schedule->brigadier->notify(new FireBaseNotification($title, $body)); } if(!is_null($this->schedule->order_id)) { $order = Order::query()->where('id', $this->schedule->order_id)->first(); if(!is_null($order->user->token_fcm)) { $order->user->notify(new FireBaseNotification($title, $body)); } } } }