@props([ 'pendingProofs', 'pendingCount' => 0, ]) @php $pendingProofs = $pendingProofs ?? collect(); $pendingCount = (int) $pendingCount; @endphp @if ($pendingProofs->isEmpty())

No proof submissions are waiting for review.

@else @if ($pendingCount > $pendingProofs->count())

Showing {{ $pendingProofs->count() }} of {{ number_format($pendingCount) }} pending.

@endif @endif Review proofs