@extends('emails.email-template') @section('title', 'Welcome to ' . $demo->sender) @section('subtitle', 'Your registration is complete') @section('company_name', $demo->sender) @section('greeting', 'Hello') @section('content')

Your registration is successful and we are really excited to welcome you to {{ $demo->sender }} community!

@endsection @section('additional_content')

Your system generated password: {{ $demo->password }}

Please change this password to your preferred one when you first log in.

@endsection @section('help_text')

If you need any help, do not hesitate to reach out to us at {{ $demo->contact_email }}.

@endsection @section('footer') {{ $demo->sender }} @endsection