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!='')
-
-
-
->url('accessories/'.e($accessory->image)) }})
-
-
- @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() }}
+
+
+ @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
-