Forms\Components\Repeater::make('clientLocations')
->relationship()
->simple(
Forms\Components\Select::make('location_id')
->relationship('location', 'name')
->required()
)
->columns(1),
Forms\Components\Repeater::make('clientLocations')
->relationship()
->simple(
Forms\Components\Select::make('location_id')
->relationship('location', 'name')
->required()
)
->columns(1),