clientService = $clientService; } public function addClient(Request $request) { dd($this->clientService); } }