JOBS Page

JOBS

@foreach ($jobs as $job)
{{ $job->employer->name}}
{{$job['title']}}: {{$job['salary']}} per year.
@endforeach
{{$jobs->links()}}