diff --git a/app/views/backend/licenses/index.blade.php b/app/views/backend/licenses/index.blade.php index 614f344400..b8b36f8c45 100755 --- a/app/views/backend/licenses/index.blade.php +++ b/app/views/backend/licenses/index.blade.php @@ -32,25 +32,6 @@ Licenses :: @foreach ($licenses as $license) - - - {{ $license->name }} - @if ($license->seats == 1) - ({{ $license->seats }} seat) - @else - ({{ $license->seats }} seats) - @endif - - - {{ $license->serial }} - - - - - - - - @if ($license->licenseseats) @foreach ($license->licenseseats as $licensedto) @@ -77,6 +58,13 @@ Licenses :: Checkout @endif + + @if ($count==1) + + + @endif + +