{!! Theme::section('community.page.jobs.job-menu',['page'=>'pending']) !!}
{{trans('jobs.pending-job-review')}}
@if(count($jobs))
@foreach($jobs as $job) {!! Theme::section('community.page.jobs.job-review',['job'=>$job,'community'=>$community]) !!} @endforeach {!! $jobs->appends(request()->except('page'))->render() !!}
@else No jobs found to review. @endif