@component('mail::message')
{{ trans('notifications.system_config_updated.greeting', ['user' => $system->superAdmin()->getName()]) }}
{{ trans('notifications.system_config_updated.message', ['marketplace' => get_platform_title()]) }}
@component('mail::button', ['url' => $url, 'color' => 'blue'])
{{ trans('notifications.system_config_updated.button_text') }}
@endcomponent
{{ trans('messages.thanks') }},
{{ get_platform_title() }}
@endcomponent