We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 365d744 + a0d6552 commit 5d12436Copy full SHA for 5d12436
resources/views/users/print.blade.php
@@ -412,7 +412,7 @@ class="snipe-table table table-striped inventory"
412
</div>
413
@endif
414
415
- <table style="margin-top: 80px;" class="{{ $users->count() > $count ? 'signature-boxes' : '' }}">
+ <table style="margin-top: 80px;" class="{{ count($users) > $count ? 'signature-boxes' : '' }}">
416
@if (!empty($eulas))
417
<tr class="collapse eula-row">
418
<td style="padding-right: 10px; vertical-align: top; font-weight: bold;">EULA</td>
0 commit comments