order->common_name . '. Статус: ' . $this->order->orderStatus->name; if(!is_null($this->order->user->token_fcm)) { $this->order->user->notify(new FireBaseNotification($title, $body)); } } }