Browse Source

Merge pull request #414 from GeckoBoy84/main

Fix spacing issue in create.blade.php
Dennis 3 years ago
parent
commit
612b66e12a
1 changed files with 1 additions and 1 deletions
  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"