Product data. Do I really need to execute the Product::find($productId) on every dynamic property? TextInput::make('quantity') is ->live(onBlur: true) I have another field that will show the Total which is quantity * $product->price . Calling Product::find... for the 3rd time seems a bit much.Product model every time doesn't seem efficient.