From a75863909c98772d3a0c18c88da9b7d3902535de Mon Sep 17 00:00:00 2001 From: Ferks-FK Date: Sun, 22 Oct 2023 11:24:19 -0400 Subject: [PATCH] Closes #905 --- .../views/admin/products/show.blade.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/themes/default/views/admin/products/show.blade.php b/themes/default/views/admin/products/show.blade.php index 217a27bf..922d5d01 100644 --- a/themes/default/views/admin/products/show.blade.php +++ b/themes/default/views/admin/products/show.blade.php @@ -4,7 +4,7 @@
-
+

{{__('Products')}}

@@ -28,17 +28,17 @@
-
{{__('Product')}}
+
{{__('Product')}}
{{ csrf_field() }} {{ method_field('DELETE') }} + class="mr-1 btn btn-sm btn-danger">
@@ -78,7 +78,7 @@
- {{ $product->price }} + {{ $product->price }}
@@ -92,9 +92,9 @@
@if ($product->minimum_credits == -1) - {{ $minimum_credits }} + {{ $minimum_credits }} @else - {{ $product->minimum_credits }} + {{ $product->minimum_credits }} @endif
@@ -213,7 +213,7 @@
- + {{ $product->description }}
@@ -240,7 +240,7 @@
-
{{__('Servers')}}
+
{{__('Servers')}}