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

New matched roles

Fresh remote jobs matched to your profile.

These are newly added or recently updated roles from your matched job feed. Full details and application tracking stay inside your dashboard.

@foreach ($jobs as $job)
@if ($job->category) {{ str($job->category)->headline() }} @endif @if ($job->match_score ?? null) {{ $job->match_score }}% match @endif @if ($job->salaryLabel()) {{ $job->salaryLabel() }} @endif

{{ $job->title }}

{{ collect([$job->company, str($job->location_type ?: 'remote')->headline(), $job->source?->name])->filter()->join(' • ') }}

{{ $job->displaySummary(180) }}

View in dashboard
@endforeach
Open matched jobs
@endsection