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