@extends('layouts.user-no-nav') @section('page_title', __('Candidate dashboard')) @section('styles') {!! Minify::stylesheet([ '/css/pages/home.css', '/css/pages/candidate-dashboard.css', ])->withFullUrl() !!} @stop @section('content')
{{__('This is where saved jobs, alerts, and application history will come together.')}}
{{__('Your profile has the important pieces in place.')}}
@endif {{__('Edit profile')}}{{__('Bookmark roles and compare them later from here.')}}
{{__('Find jobs to save')}} @endif @if($savedJobsCount > 5) {{__('View all saved jobs')}} @endif{{__('Turn searches into email alerts for roles that match your preferences.')}}
{{__('Create a saved search')}} @endif{{__('Jobs you apply to will appear here.')}}
@endif