diff --git a/resources/views/accessories/view.blade.php b/resources/views/accessories/view.blade.php index 20c6264b9..883bb97db 100644 --- a/resources/views/accessories/view.blade.php +++ b/resources/views/accessories/view.blade.php @@ -47,15 +47,34 @@ {{-- Page content --}} @section('content') + + - + + - -
+ + + +
@if ($accessory->image!='') -
-
- {{ $accessory->name }} +
+
+ {{ $accessory->name }} +
-
@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 + +
+
+
+ +
+
+
+ + + + + + + + + + + + @if ($snipeSettings->require_accept_signature=='1') + + @endif + + +
{{ trans('general.record_created') }}{{ trans('general.admin') }}{{ trans('general.action') }}{{ trans('general.item') }}{{ trans('general.target') }}{{ trans('general.notes') }}{{ trans('general.date') }}{{ trans('general.signature') }}
+
+
+
+
+ @stop +
+ + + + + + + + + @section('moar_scripts') @include ('partials.bootstrap-table')