<div>
<input type="text"
dir="ltr"
class="form-control @error('product.price') is-invalid @enderror"
wire:model.lazy="product.price">
@error('product.price')
<strong class="text-danger">{{ $message }}</strong>
@enderror
</div>