fix promocode page rule

This commit is contained in:
ukyo 2025-02-18 11:55:26 +08:00
parent dc2535723c
commit d2bcfd817c

View File

@ -297,7 +297,7 @@ class="d-grid d-sm-flex p-4 border justify-content-center table-responsive text-
</tbody>
<tfoot>
<th colspan="10">
@if($promoCodes->count()>30)
@if($promoCodes->count()>29)
{{ $promoCodes->links() }}
@endif
</th>