@extends('emails.layout') @section('title', 'Welcome to AFINET') @section('header_subtitle', 'Welcome') @section('content') {{-- Greeting --}}
Your account has been created successfully. You're all set to get connected.
{{-- Account details box --}}| Name | {{ $customer->name }} |
| {{ $customer->email }} | |
| Phone | {{ $customer->phone }} |
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
Thank you for choosing AFINET. If you need any help getting started, our support team is always here.
@endsection