diff --git a/app/views/backend/licenses/view.blade.php b/app/views/backend/licenses/view.blade.php index 36d2c28843..0c01f9a540 100644 --- a/app/views/backend/licenses/view.blade.php +++ b/app/views/backend/licenses/view.blade.php @@ -36,142 +36,143 @@ View License {{ $license->name }} ::
- -
{{ $license->seats }} License Seats
- - - - - - - - - - - @if ($license->licenseseats) - @foreach ($license->licenseseats as $licensedto) + +
{{ $license->seats }} License Seats
+
SeatUser
+ + + + + + + + + + @if ($license->licenseseats) + @foreach ($license->licenseseats as $licensedto) - + - - - - - - - @endforeach - @endif - - - -
SeatUser
Seat {{ $count }} - @if ($licensedto->assigned_to) - - {{ $licensedto->user->fullName() }} - - @endif - - @if ($licensedto->assigned_to) - Checkin - @else - Checkout - @endif -
-
-
Checkout History
- - - - - - - - - - - - - - @if (count($license->assetlog) > 0) - @foreach ($license->assetlog as $log) - - - - - - - - - - @endforeach - @endif - - - - - - - - - -
DateAdminActionUserNote
- @if ((isset($log->checkedout_to)) && ($log->checkedout_to == $license->assigned_to)) - - @endif - {{ $log->added_on }} - @if (isset($log->user_id)) - {{ $log->adminlog->fullName() }} - @endif - {{ $log->action_type }} - @if ($log->userlog) - - {{ $log->userlog->fullName() }} - - @endif - - - @if ($log->note) - {{ $log->note }} - @endif -
{{ $license->created_at }} - @if (isset($license->adminuser->id)) - {{ $license->adminuser->fullName() }} - @else - Unknown Admin - @endif - created asset
- -
- - -
-

License Info:
- + -
+ + + @endforeach + @endif + + + + +
+
Checkout History
+ + + + + + + + + + + + + + @if (count($license->assetlog) > 0) + @foreach ($license->assetlog as $log) + + + + + + + + + + @endforeach + @endif + + + + + + + + + +
DateAdminActionUserNote
+ @if ((isset($log->checkedout_to)) && ($log->checkedout_to == $license->assigned_to)) + + @endif + {{ $log->added_on }} + @if (isset($log->user_id)) + {{ $log->adminlog->fullName() }} + @endif + {{ $log->action_type }} + @if ($log->userlog) + + {{ $log->userlog->fullName() }} + + @endif + + + @if ($log->note) + {{ $log->note }} + @endif +
{{ $license->created_at }} + @if (isset($license->adminuser->id)) + {{ $license->adminuser->fullName() }} + @else + Unknown Admin + @endif + created asset
+ + + +
+

License Info:
+ + +
+ + @stop \ No newline at end of file