Tab
class Tab
Properties
| protected Form | $form | ||
| protected Collection | $tabs | ||
| protected int | $offset | 
Methods
Details
        at line 30
                            
    __construct(Form $form)
        
    
    Tab constructor.
        at line 46
                            $this
    append(string $title, Closure $content, bool $active = false)
        
    
    Append a tab section.
        at line 64
                    protected        Collection
    collectFields(Closure $content)
        
    
    Collect fields under current tab.
        at line 105
                            Collection
    getTabs()
        
    
    Get all tabs.
        at line 123
                            bool
    isEmpty()
        
    
    No description