@if ($job->applicants_count)
{{ __(':count application(s)', ['count' => $job->applicants_count]) }}
@endif
@if ($job->has_company)
{{ $job->company->name }}
@endif
{!! apply_filters('job-item-extra-data', null, $job) !!}
@if ($job->jobTypes->count())
@foreach($job->jobTypes as $jobType)
{{ $jobType->name }}@if (!$loop->last), @endif
@endforeach
@endif