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