view($view); } public static function make(string $view): static { return app(static::class, ['view' => $view]); } }