@extends('layouts.user-no-nav') @section('page_title', __('Applicants')) @section('styles') {!! Minify::stylesheet([ '/css/pages/my-job-applications.css', ])->withFullUrl() !!} @stop @section('content')
{{$job->company ? $job->company->name : __('Company')}}
{{$application->candidateHeadline()}}
{{$application->statusLabel()}}{{$application->cover_note}}
{{$answer->answer ?: __('No answer')}}
{{__('When candidates apply, their profile snapshot and note will appear here.')}}