Show count of pending pilot registrations; pagination

This commit is contained in:
Nabeel Shahzad
2017-12-22 14:48:15 -06:00
parent 7103278bb8
commit 50ede116ca
9 changed files with 70 additions and 52 deletions

View File

@@ -10,11 +10,11 @@
<div class="numbers">
<p>{{$type}}</p>
@if(isset($link))
<a href="{!! @link !!}">
<a href="{!! $link !!}">
@endif
{{$pending}} pending
@if(isset($link))
</a>
</a>
@endif
</div>
</div>