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.
19 lines
381 B
19 lines
381 B
@component('mail::message')
|
|
# Shop Ownership Transfer Email
|
|
|
|
Hello,
|
|
|
|
Ownership transfer request of {{ $shopName }} has been reviewed.
|
|
|
|
Current shop/store owner : {{ $previousOwnerName }}
|
|
|
|
Requested new owner : {{ $newOwnerName }}
|
|
|
|
Message : {{ $message }}
|
|
|
|
@component('mail::button', ['url' => $url ])
|
|
View dashboard
|
|
@endcomponent
|
|
Thanks,<br>
|
|
{{ config('app.name') }}
|
|
@endcomponent
|