Browse Source

Merge pull request #414 from GeckoBoy84/main

Fix spacing issue in create.blade.php
Dennis 3 năm trước cách đây
mục cha
commit
612b66e12a

+ 1 - 1
resources/views/admin/products/create.blade.php

@@ -63,7 +63,7 @@
                                         </div>
                                         </div>
 
 
                                         <div class="form-group">
                                         <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"
                                             <input value="{{$product->price ??  old('price')}}" id="price" name="price"
                                                    type="number"
                                                    type="number"
                                                    class="form-control @error('price') is-invalid @enderror"
                                                    class="form-control @error('price') is-invalid @enderror"