{!! Theme::section('community.page.jobs.job-menu',['page'=>'rejected']) !!}
{{trans('jobs.rejected-list')}}
@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 rejected jobs found.
@endif