@component('mail::message')

Role Change on the {{ config('app.name') }} Platform

Hello {{ $user->first_name }},

We are writing to inform you that your role on the {{ config('app.name') }} platform has been changed.

New Role:

Role: {{ $newRole->name }}

Please log in to see the new features and access rights associated with your role.

@component('mail::button', ['url' => env('APP_URL').'/login']) Log in to Your Account @endcomponent

If you have any questions or concerns regarding this change, please feel free to contact us.

Best regards,

The {{ config('app.name') }} Team

@endcomponent