You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
258 B
15 lines
258 B
@component('mail::message')
|
|
|
|
# {{$message }}
|
|
|
|
Message: {{ $body }}.
|
|
|
|
We apologize for any inconvenience caused during this period. <br>
|
|
|
|
@component('mail::button', ['url' => $url ])
|
|
View shop
|
|
@endcomponent
|
|
|
|
Thanks,<br>
|
|
{{ config('app.name') }}
|
|
@endcomponent
|