$method($model); } public function __call(string $name, array $arguments): string { return url(Str::kebab($name)); } }