vueFile = $vueFile; $this->props = $props; } public function render() : Response { return Inertia::render( str_replace('/', '/Views/', $this->vueFile), $this->props ); } }