Update create.blade.php

This commit is contained in:
GeckoBoy84 2022-02-27 14:47:39 +00:00 committed by GitHub
parent 0eb63c8541
commit 0c462d0c7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@
</div>
<div class="form-group">
<label for="price">{{__('Price in')}}{{CREDITS_DISPLAY_NAME}}</label>
<label for="price">{{__('Price in')}} {{CREDITS_DISPLAY_NAME}}</label>
<input value="{{$product->price ?? old('price')}}" id="price" name="price"
type="number"
class="form-control @error('price') is-invalid @enderror"