@extends('emails.layout') @section('email-content')

Welcome to {{ siteName() }}!

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.

Email {{ $user->email }}
Account Type {{ ucfirst($user->role ?? 'Customer') }}
Created {{ $user->created_at->format('M d, Y') }}
Sign In to Your Account

If you didn't create this account, please contact us immediately at support@mebuy.com

@endsection