account_activate_template.blade.php000064400000000562150312205000013521 0ustar00 {{ $details['title'] }}

{{ env('APP_NAME') }} Account Activation

You are about to activate your account on {{ env('APP_NAME') }}.

Please cick the link below

Activate Now!

{{--

{{ $details['user'] }}

--}} account_create_template.blade.php000064400000001073150312205000013162 0ustar00 New User Account

Welcome to {{ env('APP_NAME') }}

Hello {{ $details['name'] }},

Thank you for activating your account on {{ env('APP_NAME') }}. We're really happy to have you!

Here is your user account details:

Email: {{ $details['email'] }}
Password: {{ $details['password'] }}

{{--

Click the link below to login to your account:

Login Here!

--}}