@extends('emails.email-template') @section('title', 'Welcome to ' . $settings->site_name) @section('subtitle', 'Your Financial Journey Begins Today') @section('company_name', $settings->site_name) @section('greeting', 'Welcome, ' . $user->name . ' ' . $user->middlename . ' ' . $user->lastname) @section('content')
Your Account Is Ready

We're thrilled to have you join our community of valued customers.

Thank you for choosing {{ $settings->site_name }} as your trusted financial partner. We are committed to providing exceptional service and innovative banking solutions tailored to your unique financial needs.

Your journey toward financial success begins now, and we're here to support you every step of the way.

@endsection @section('additional_content')

What's Next?

Your Account Details
Account Name: {{ $user->name }} {{ $user->middlename }} {{ $user->lastname }}
Account Number: {{ $user->usernumber }}
Account Type: {{ $user->accounttype }}
Country: {{ $user->country }}
Created Date: {{ \Carbon\Carbon::parse($user->created_at)->toDayDateTimeString() }}
Online Banking Access
Email: {{ $user->email }}
Password: Your chosen password
Access Your Account Now

Personalized Support

For detailed information about our products or services, please visit our website or contact our dedicated support team at {{ $settings->contact_email }}.

@endsection @section('help_text')

Our Commitment to You

{{ $settings->site_name }} is a full-service financial institution with a focus on our community. Our decisions are made locally with your best interests in mind, and we're dedicated to helping you achieve your financial goals.

Thank you for banking with us!

The {{ $settings->site_name }} Team

@endsection @section('footer') © {{ date('Y') }} {{ $settings->site_name }} | All Rights Reserved | Secure Banking Solutions @endsection