@foreach ($school_types as $type)
@endforeach
@foreach ($job_types as $job_type)
@endforeach
{{--
--}}
@if($cities) @foreach ($cities as $city )
@if($loop->iteration == count($cities) - 2)
@endif @endforeach @endif
@foreach ($jobs as $job)
{{\Carbon\Carbon::parse($job->created_at)->diffForHumans()}}
{{--

School Name

--}}

{{$job->title}}

{{Str::limit(strip_tags($job->description),150)}}

@if($job->city_model) {{$job->city_model->title}}, @endif @if($job->region){{$job->region->title}} @endif
@foreach ($job->job_contract_type as $type)
{{$type->title}}
@endforeach
View
Open Link Here
@endforeach
@if($hasMorePagesJob)
  • Loading
@endif