Forms\Components\Repeater::make('orderItems')
->relationship()
->schema([
Forms\Components\Select::make('product_id')
->relationship(name: 'product', titleAttribute: 'name'),
Forms\Components\TextInput::make('product_amount')
]),
Forms\Components\Repeater::make('orderItems')
->relationship()
->schema([
Forms\Components\Select::make('product_id')
->relationship(name: 'product', titleAttribute: 'name'),
Forms\Components\TextInput::make('product_amount')
]),