2017-12-23 06:32:21 +08:00
|
|
|
@component('mail::message')
|
2018-03-13 06:58:12 +08:00
|
|
|
# Hi {{ $user->name }},
|
2017-12-23 06:32:21 +08:00
|
|
|
|
|
|
|
Your registration to our airline was denied. Please contact
|
|
|
|
an administrator with any questions you may have.
|
|
|
|
|
|
|
|
Thanks,<br>
|
|
|
|
Management, {{ config('app.name') }}
|
|
|
|
@endcomponent
|