{{-- Email template — "download the Worklance desktop app". Expected data: $userName string — recipient greeting $downloadUrl string — the public /download page $companyName string — the company sending the invite $usesWorkspace bool — drives the credentials paragraph (see below) $signInEmail string — the address they sign in with $inviterName string|null — who sent it, shown when known Email HTML rules: table layout, inline styles only, 600px max width, no external CSS/JS and no web fonts — every mail client strips them. --}} @php $indigo = '#4263eb'; $ink = '#1a2130'; $body = '#3d4a5c'; $muted = '#7a8798'; $bg = '#f1f3f7'; $border = '#e3e7ee'; @endphp