toFcm($notifiable); $this->fcm->send( token: $data['to'], title: $data['notification']['title'] ?? '', body: $data['notification']['body'] ?? '', image: $data['notification']['image'] ?? null, ); } }