© 2026 Hedgehog Software, LLC
public function mount(): void { $this->record = Config::firstOrNew([ 'config_type' => 'global_styling', ]); $this->form->fill($this->record->attributesToArray()); }