@component('mail::message')
# Supplier registration for Bonus system
Hi,
SPAR International has created an account for you in the SPAR Bonus system.
You can log into the system using the provided allow.
@component('mail::panel')
Your username is set to: **{{$user->username}}**
Your password is set to: **{{$plainPassword}}**
@endcomponent
@component('mail::button', ['url' => url("/"), 'color' => 'red'])
Log in
@endcomponent
Thanks,
{{ config('app.name') }}
@endcomponent