@extends('emails.layouts.base') @section('title', 'Welcome to Mojere') @section('content')

Welcome, {{ $name }}

Your Mojere account has been created successfully. Use the login details below to sign in.

Email: {{ $email }}
Temporary Password: {{ $temporaryPassword }}

For security, please change your password after you sign in.

Go to Login @endsection