@component('mail::message')
We are Reviewing your Registration
Hi {{ $client_name }},
Thank you for Registration! We received your registration and our team are currently reviewing your information. We will get in touch with you soon together with your account details.
Best Regards,
@if($system_name) {{ $system_name }} @else {{ config('app.name') }} Team @endif
@if($system_email) If you have questions feel free to contact us at {{ $system_email }} @else If you have questions feel free to contact us at {{ config(app.MAIL_FROM_ADDRESS) }} @endif
@endcomponent