columns(RoomsTable::schema()); } public static function getRelations(): array { return [ // ]; } public static function getPages(): array { return [ 'index' => ListRooms::route('/'), 'create' => CreateRoom::route('/create'), 'edit' => EditRoom::route('/{record}/edit'), ]; } }