@component('mail::message') {{ trans('notifications.user_created.greeting', ['user' => $user->getName()]) }} {{ trans('notifications.user_created.message', ['admin' => $admin, 'marketplace' => get_platform_title()]) }}
@component('mail::panel') {{ trans('messages.temp_password', ['password' => $password]) }} @endcomponent @component('mail::button', ['url' => $url, 'color' => 'green']) {{ trans('notifications.user_created.button_text') }} @endcomponent @component('mail::panel') {{ trans('messages.alert') }}: {{ trans('notifications.user_created.alert') }} @endcomponent
{{ trans('messages.thanks') }},
{{ get_platform_title() }} @endcomponent