@foreach($positions as $key => $position)
{{ucfirst($position->name)}} {{$position->created_at}}
All Candidates {{ get_candidate_allcnt($position->id) }} Completed {{ get_candidate_cmptcnt($position->id) }} @if($position->trashed()) Archived @elseif($position->status == '1') Active @elseif($position->status == '0') Draft @endif
@endforeach {{$positions->links()}}