© 2026 Hedgehog Software, LLC
public static function table(Table $table): Table { return $table->emptyStateDescription('<div>Sample</div>') }
public static function table(Table $table): Table { return $table->emptyStateHeading(view('empty-state-heading')) }
public static function table(Table $table): Table { return $table->emptyStateHeading(Markdown::inline(view('empty-state-heading'))) }