From 8ebe64e630cb37010d9a6f87aa925bddca22b5ed Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Wed, 11 May 2022 12:13:36 -0700 Subject: [PATCH] fixes final visual issue --- resources/views/accessories/view.blade.php | 110 ++++++++++----------- 1 file changed, 54 insertions(+), 56 deletions(-) diff --git a/resources/views/accessories/view.blade.php b/resources/views/accessories/view.blade.php index cd0050145..883bb97db 100644 --- a/resources/views/accessories/view.blade.php +++ b/resources/views/accessories/view.blade.php @@ -105,64 +105,65 @@ + -
- - @if ($accessory->image!='') -
-
- {{ $accessory->name }} -
-
- @endif - - @if ($accessory->company) -
-
- {{ trans('general.company')}} -
- -
- @endif - - - @if ($accessory->category) -
-
- {{ trans('general.category')}} -
- -
- @endif - - - @if ($accessory->notes) - -
- - {{ trans('general.notes') }} - -
-
- {!! nl2br(e($accessory->notes)) !!} -
- - @endif - +
+ @if ($accessory->image!='')
-
- Number remaining -
-
- {{ $accessory->numRemaining() }} +
+ {{ $accessory->name }}
+ @endif + + @if ($accessory->company) +
+
+ {{ trans('general.company')}} +
+ +
+ @endif + + + @if ($accessory->category) +
+
+ {{ trans('general.category')}} +
+ +
+ @endif + + + @if ($accessory->notes) + +
+ + {{ trans('general.notes') }} + +
+
+ {!! nl2br(e($accessory->notes)) !!} +
+ + @endif + + +
+
+ Number remaining +
+
+ {{ $accessory->numRemaining() }} +
+
@@ -174,9 +175,6 @@
@endcan - - - @stop
@@ -220,8 +218,8 @@ + @stop -