-
-
-
+
+
+
+
@if ($accessory->image!='')
-
-
-
->url('accessories/'.e($accessory->image)) }})
+
+
+
->url('accessories/'.e($accessory->image)) }})
+
-
@endif
@if ($accessory->company)
-
-
- {{ trans('general.company')}}
+
+
+ {{ trans('general.company')}}
+
+
-
-
- @endif
-
+ @endif
- @if ($accessory->category)
-
-
- {{ trans('general.category')}}
+
+ @if ($accessory->category)
+
+
+ {{ trans('general.category')}}
+
+
-
-
- @endif
+ @endif
@if ($accessory->notes)
-
-
- {{ trans('general.notes') }}
-
+
+
+ {{ trans('general.notes') }}
+
-
- {!! nl2br(e($accessory->notes)) !!}
+
+ {!! nl2br(e($accessory->notes)) !!}
-
- @endif
-
-
+ @endif
+
+
+
- Number remaining
+ Number remaining
- {{ $accessory->numRemaining() }}
+ {{ $accessory->numRemaining() }}
-
-
-
-
- @can('checkout', \App\Models\Accessory::class)
-
- @endcan
-
-
-@stop
+
+
+
+ @can('checkout', \App\Models\Accessory::class)
+
+ @endcan
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ trans('general.record_created') }} |
+ {{ trans('general.admin') }} |
+ {{ trans('general.action') }} |
+ {{ trans('general.item') }} |
+ {{ trans('general.target') }} |
+ {{ trans('general.notes') }} |
+ {{ trans('general.date') }} |
+ @if ($snipeSettings->require_accept_signature=='1')
+ {{ trans('general.signature') }} |
+ @endif
+
+
+
+
+
+
+
+ @stop
+
+
+
+
+
+
+
+
+
+
@section('moar_scripts')
@include ('partials.bootstrap-table')