@extends('emails.layout') @section('title', 'Welcome to ' . ($appName ?? config('app.name'))) @section('content')

Hi {{ $user->name }},

Welcome to {{ $appName ?? config('app.name') }}! We're excited to have you on board.

Your account has been created successfully and you're now ready to start building amazing mobile apps for your websites and platforms.

Getting Started:

1. Create your first app from the dashboard

2. Configure your app settings and design

3. Build and download your native mobile app

Go to Dashboard

If you have any questions, feel free to reach out to our support team.

Best regards,
The {{ $appName ?? config('app.name') }} Team

@endsection