@extends('layouts.user-no-nav') @section('page_title', __('Applications')) @section('styles') {!! Minify::stylesheet([ '/css/pages/home.css', '/css/pages/candidate-applications.css', ])->withFullUrl() !!} @stop @section('content')
{{__('Track each job you applied to and what the hiring team has marked so far.')}}
{{$application->job->company ? $application->job->company->name : __('Company')}}
{{isset($application->job->type->name) ? $application->job->type->name : __('No type')}} @if($application->job->salary) - {{$application->job->salary}} @endif
@else{{__('The listing connected to this application has been removed.')}}
@endif{{__('When you apply with JustJobs, your applications and statuses will show up here.')}}
{{__('Find jobs')}}