Speedy Move

Your Account Detail

Dear @if (isset($user) && !empty($user)) {{ $user->name }} @endif

Welcome to Speedy Move! We’re thrilled to have you join our community.

What’s Next?

Log In: Use your credentials to log in and start exploring.
Explore: Discover all the features and benefits we offer.
Get Started: Begin your journey with Speedy Move Station and make the most out of your experience.

Your Account Details:

Username: @if (isset($user->name) && !empty($user->name)) {{ $user->name }} @endif
Email: @if (isset($user->email) && !empty($user->email)) {{ $user->email }} @endif
Phone: @if (isset($user->phone) && !empty($user->phone)) {{ $user->phone }} @endif
@php // Prepare business data from $userMeta array $businessData = []; if ($userMeta) { foreach ($userMeta as $meta) { $businessData[$meta['option']] = $meta['value']; } } @endphp Business Name: {{ $businessData['_b_name'] ?? '' }}
Business Email: {{ $businessData['_b_email'] ?? '' }}
Business Phone: {{ $businessData['_b_number'] ?? '' }}
Business Street Address: {{ $businessData['_b_street_address'] ?? '' }}
Business Area Address: {{ $businessData['_b_area_address'] ?? '' }}


If you need any assistance or have any questions, our support team is here to help. You can reach us at [email protected].

Thank you for joining us. We’re excited to see what you’ll achieve with Speedy Move !
@include('Admin.Emails.partials.email-footer')