@component('mail::message')
{{ trans('notifications.invoice_created.greeting', ['merchant' => $shop->owner->getName()]) }}
{{ trans('notifications.invoice_created.message', ['shop_name' => $shop->name]) }}
@component('mail::button', ['url' => $url, 'color' => 'blue'])
{{ trans('notifications.invoice_created.button_text') }}
@endcomponent
{{ trans('messages.thanks') }},
{{ get_platform_title() }}
@endcomponent