diff --git a/resources/views/accessories/view.blade.php b/resources/views/accessories/view.blade.php index 2e0905cfd..b3798697b 100644 --- a/resources/views/accessories/view.blade.php +++ b/resources/views/accessories/view.blade.php @@ -257,10 +257,10 @@ @if ($accessory->company)
-
+
{{ trans('general.company')}}
- @@ -269,10 +269,10 @@ @if ($accessory->category)
-
+
{{ trans('general.category')}}
- @@ -280,33 +280,34 @@ @if ($accessory->notes) - -
+
+
{{ trans('general.notes') }}
-
+
{!! nl2br(e($accessory->notes)) !!}
+
@endif
-
+
{{ trans('admin/accessories/general.remaining') }}
-
+
{{ $accessory->numRemaining() }}
-
+
{{ trans('general.checked_out') }}
-
+
{{ $accessory->users_count }}