path = config('app.client_path'); } public function home(){ // return view($this->path.'home'); return ('home'); } }