@extends('layouts.user-no-nav') @section('page_title', __('Applicants')) @section('styles') {!! Minify::stylesheet([ '/css/pages/my-job-applicants.css', ])->withFullUrl() !!} @stop @section('content')
{{__('Review candidates from every listing in one place.')}}
{{$application->candidateHeadline($application->publisherProfileLabel())}}
@if($application->job){{__('For')}} {{$application->job->title}} ยท {{$application->job->company ? $application->job->company->name : __('Company')}}
@else{{__('The listing connected to this applicant has been removed.')}}
@endif @if($application->notePreview()){{__('Note')}}: {{$application->notePreview()}}
@endif{{($filters['q'] ?? '') || ($filters['job_id'] ?? '') || $currentStatus || ($filters['has_cv'] ?? false) || ($filters['has_public_profile'] ?? false) ? __('Try clearing filters or widening your search.') : __('When candidates apply with JustJobs, they will appear here.')}}
{{($filters['q'] ?? '') || ($filters['job_id'] ?? '') || $currentStatus || ($filters['has_cv'] ?? false) || ($filters['has_public_profile'] ?? false) ? __('Clear filters') : __('Open job listings')}}