@extends('emails.layout')
@section('content')
@if(!empty($emailLogId) && env('APP_ENV') === 'production')
@else
@if(!empty($logo_override))
@else
@endif
@endif
Thank you for providing us with your details.
Firstly, please confirm we have your correct email by clicking this link.
You can login to {{env('APP_DOMAIN')}} }}
@if(!empty($params['password']))To manage your account using the following details.
email: {{$params['email']}}
password: {{$params['password']}}
Please set your password to something only you know by clicking here.
@endif