public static function infolist(Infolist $infolist): Infolist
{
return $infolist
->schema([
Grid::make([
'default' => 1,
'lg' => 3,
])->schema([
Grid::make([
'default' => 1,
])->schema([
//
])->columnSpan(2),
Grid::make([
'default' => 1,
])->schema([
Infolists\Components\Section::make('Overview')
->schema([
TextEntry::make('name'),
TextEntry::make('membership_expires_at')
]),
Infolists\Components\Section::make('Overview')
->schema([
TextEntry::make('name'),
TextEntry::make('notes'),
TextEntry::make('notes'),
TextEntry::make('notes'),
]),
])->columnSpan(1),
])
]);
}
public static function infolist(Infolist $infolist): Infolist
{
return $infolist
->schema([
Grid::make([
'default' => 1,
'lg' => 3,
])->schema([
Grid::make([
'default' => 1,
])->schema([
//
])->columnSpan(2),
Grid::make([
'default' => 1,
])->schema([
Infolists\Components\Section::make('Overview')
->schema([
TextEntry::make('name'),
TextEntry::make('membership_expires_at')
]),
Infolists\Components\Section::make('Overview')
->schema([
TextEntry::make('name'),
TextEntry::make('notes'),
TextEntry::make('notes'),
TextEntry::make('notes'),
]),
])->columnSpan(1),
])
]);
}