Section::make()
->visible(true)
->schema([
RepeatableEntry::make('')
->label('Income')
->schema([
//Labels here
])
->contained(false)
->columnSpan(1),
RepeatableEntry::make('calculationProjectionsFirstYear')
->label('Year 1')
->schema([
TextEntry::make('gross_rent')
->hiddenLabel(true)
->money('AED', 100),
TextEntry::make('vacancy')
->hiddenLabel(true)
->money('AED', 100),
TextEntry::make('operating_income_total')
->hiddenLabel(true)
->money('AED', 100),
])
->contained(false)
->columnSpan(1),
Section::make()
->visible(true)
->schema([
RepeatableEntry::make('')
->label('Income')
->schema([
//Labels here
])
->contained(false)
->columnSpan(1),
RepeatableEntry::make('calculationProjectionsFirstYear')
->label('Year 1')
->schema([
TextEntry::make('gross_rent')
->hiddenLabel(true)
->money('AED', 100),
TextEntry::make('vacancy')
->hiddenLabel(true)
->money('AED', 100),
TextEntry::make('operating_income_total')
->hiddenLabel(true)
->money('AED', 100),
])
->contained(false)
->columnSpan(1),