label($label); } public static function make(string | Htmlable | Closure | null $label = null): static { $static = app(static::class, ['label' => $label]); $static->configure(); return $static; } protected function setUp(): void { parent::setUp(); $this->columnSpan('full'); $this->columns(2); } }