@php $partner = $partner ?? null; $name = trim(($partner->first_name ?? '').' '.($partner->last_name ?? '')); $awaitingManual = (bool) ($awaitingManual ?? false); $expiresDays = (int) ($expiresDays ?? 7); $url = $url ?? null; $sans = "'IBM Plex Sans', Helvetica, Arial, sans-serif"; $mono = "'IBM Plex Mono', 'Courier New', Courier, monospace"; @endphp @component('emails.layout', [ 'title' => $awaitingManual ? 'Registration received — SYSTRONICS' : 'Activate your partner account — SYSTRONICS', 'eyebrow' => 'Partner Area', ])
{{ $awaitingManual ? 'Registration received' : 'Account activation' }}
Dear {{ $name !== '' ? $name : 'partner' }},
You have successfully created an account in the SYSTRONICS Partners Area.
@if ($awaitingManual)Your country requires a short review. SYSTRONICS will activate your account within 24 hours. You will receive another email when you can sign in.
| You cannot access the Partners Area until this review is complete. |
Confirm this email address to finish setup and start using prices, downloads and activation requests.
| Activate account |
This link expires in {{ $expiresDays }} days. If the button does not work, copy and paste this address into your browser:
@endif
Kind regards,
SYSTRONICS Support Team