@extends('emails.layout') @section('email-content')
Your account has been created successfully.
Hi {{ $user->name }},
Welcome to {{ siteName() }}, your premium multi-vendor marketplace! We're excited to have you on board.
| {{ $user->email }} | |
| Account Type | {{ ucfirst($user->role ?? 'Customer') }} |
| Created | {{ $user->created_at->format('M d, Y') }} |
If you didn't create this account, please contact us immediately at support@mebuy.com