@extends('emails.layout') @section('content') @if(!empty($emailLogId) && env('APP_ENV') === 'production') {{ config('app.name') }} @else @if(!empty($logo_override)) logo @else {{ config('app.name') }} @endif @endif

Thank you for providing us with your details.

Firstly, please confirm we have your correct email by clicking this link.

Your account

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

Voucher scheme details

@include('emails.voucher_details') @endsection