© 2026 Hedgehog Software, LLC
hidden()
visible()
tabs()
Tabs::make('My Tabs') ->tabs(function ($get) { if ($get('my_field') === 'value') { return [ /* some tabs */ ]; } return [ /* other tabs */ ]; })