@extends('emails.layout') @section('content')

Application reminder

Follow up on {{ $job->title }}.

Your saved follow-up date for this application is due. Review your notes and update the application pipeline after you act.

{{ $job->company ?: 'Company not listed' }}

Status: {{ str($application->status)->headline() }}

@if ($application->notes)

{{ $application->notes }}

@endif
Open pipeline @endsection