@php $featureJobs = App\Models\Job::where('status', 1)->where('featured', 1)->with('employer')->limit(16)->get(); $feature_content = getContent('feature_job.content', true); @endphp

{{__($feature_content->data_values->heading)}}

@foreach($featureJobs as $featureJob)
@lang('image')
{{$featureJob->title}}

{{__($featureJob->employer->company_name)}}

{{diffforhumans($featureJob->created_at)}}
@endforeach