@component('mail::message') # You’re assigned to an agent Hi {{ $client->first_name ?? 'there' }}, This is a quick notice that your account has been assigned to an agent. To view the agent’s contact details, please sign in to your dashboard. @component('mail::button', ['url' => $dashboardUrl]) View my dashboard @endcomponent If you didn’t request this, you can ignore this email. Thanks,
{{ config('app.name') }} @endcomponent