@extends('emails.layout') @section('title', 'Welcome to AFINET') @section('header_subtitle', 'Welcome') @section('content') {{-- Greeting --}}

Welcome to AFINET, {{ $customer->name }}! 🎉

Your account has been created successfully. You're all set to get connected.

{{-- Account details box --}}
Name{{ $customer->name }}
Email{{ $customer->email }}
Phone{{ $customer->phone }}
{{-- What you can do --}}

What you can do now:

✓  Check coverage at your location

✓  Browse unlimited bandwidth packages

✓  Request quotations and track orders

✓  Manage billing and payments

✓  Access 24/7 customer support

{{-- CTA --}}
Login to Your Account →

Thank you for choosing AFINET. If you need any help getting started, our support team is always here.

@endsection