{{$reviewCandidates->total()}} Records

(candidates reviewed will disappear after 24 hours)
@if(count($reviewCandidates) > 0) @foreach ($reviewCandidates as $review) @endforeach @else @endif
Candidate Name Firm Name Candidate Url Reviewed By Status Actions
{{$review->candidate_first_name}} {{$review->candidate_last_name}} {{$review->firm_name}} {{$review->url}} {{$review->admin_first_name ?? '-'}} {{ucwords($review->status)}} @if ($review->status != 'approved') Approve @endif @if($review->status != 'rejected') Reject @endif
No records found
{{ $reviewCandidates->onEachSide(1)->links('pagination::bootstrap-5') }}