@php $partner = $partner ?? null; $name = trim(($partner->first_name ?? '').' '.($partner->last_name ?? '')); $loginUrl = $loginUrl ?? url('/login'); $sans = "'IBM Plex Sans', Helvetica, Arial, sans-serif"; $mono = "'IBM Plex Mono', 'Courier New', Courier, monospace"; @endphp @component('emails.layout', [ 'title' => 'Welcome to SYSTRONICS Partners Area', 'eyebrow' => 'Partner Area', ])

Welcome

Your partner account is active

Hello {{ $name !== '' ? $name : 'partner' }},

Thank you for registering as a SYSTRONICS Partner. Use your User ID and password to access prices, downloads and activation code requests.

User ID

{{ $partner->login ?? '' }}

Sign in

Kind regards,
SYSTRONICS Support Team

@endcomponent