diff --git a/app/views/backend/licenses/index.blade.php b/app/views/backend/licenses/index.blade.php
index de61e091f3..1b62426365 100755
--- a/app/views/backend/licenses/index.blade.php
+++ b/app/views/backend/licenses/index.blade.php
@@ -26,14 +26,6 @@ Licenses ::
@lang('table.actions') |
-
-
- | @lang('admin/licenses/table.title') |
- @lang('admin/licenses/table.serial') |
- @lang('admin/licenses/table.assigned_to') |
- @lang('table.actions') |
-
-
@@ -52,7 +44,6 @@ Licenses ::
{{ $license->serial }} |
|
-
@lang('button.edit')
@lang('button.delete')
@@ -65,18 +56,9 @@ Licenses ::
|
-
- |
- @if ($licensedto->assigned_to)
- Checkin
- @else
- Checkout
- @endif
- |
- {{ $license->name }} Seat {{ $count }} |
-
-
-
+ {{ $license->name }}
+ (Seat {{ $count }}) |
+ {{ $license->serial }} |
@if ($licensedto->assigned_to)
@@ -84,7 +66,13 @@ Licenses ::
@endif
|
- |
+
+ @if ($licensedto->assigned_to)
+ Checkin
+ @else
+ Checkout
+ @endif
+ |