ソースを参照

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"