浏览代码

Merge pull request #414 from GeckoBoy84/main

Fix spacing issue in create.blade.php
Dennis 3 年之前
父节点
当前提交
612b66e12a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/admin/products/create.blade.php

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

@@ -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"