@extends('n.layouts.app') @section('page_title') {{(!empty($page_title) && isset($page_title)) ? $page_title : ''}} @endsection @push('head-scripts') @endpush @section('content')

Department Jobs

Home

Jobs

@if(count($jobs) > 0)
@foreach($jobs as $job)

{{$job->shift}}

University Cambridge School

{{$job->location}}

{{$job->title}}
{{$job->salary}}
{{date('d M/Y', strtotime($job->closing_date))}}
@endforeach
{!! $jobs->withQueryString()->links() !!}
@else

We are sorry

Currently, there are no open positions available. However, we encourage you to submit your application for future opportunities. Thank you for your interest!

@endif @endsection @push('footer-scripts') @endpush