Infolists\Components\RepeatableEntry::make('grades')
->hiddenLabel()
->contained(false)
->schema([
Infolists\Components\TextEntry::make('name')
->hiddenLabel(),
Infolists\Components\TextEntry::make('value')
->hiddenLabel(),
])->columns(2),
Infolists\Components\RepeatableEntry::make('grades')
->hiddenLabel()
->contained(false)
->schema([
Infolists\Components\TextEntry::make('name')
->hiddenLabel(),
Infolists\Components\TextEntry::make('value')
->hiddenLabel(),
])->columns(2),