@extends('emails.layout') @section('title', 'Order Auto-Approved') @section('header_subtitle', 'Orders') @section('content')
Hi {{ $customer->name }}, your order has been automatically approved — no manual review needed!
{{-- Auto-approved badge --}}🚀 Fast-track approved because your location has excellent fibre coverage, your account is in good standing, and no site survey is required.
Order Details
| Order Number | {{ $order->order_number }} |
| Package | {{ $package->name }} |
| Speed | {{ $package->speed_mbps }} Mbps |
| Monthly Cost | ${{ number_format($order->monthly_subscription ?? 0, 2) }}/month |
| Setup Cost | ${{ number_format($order->total_amount ?? 0, 2) }} |
| Status | Approved — Awaiting Payment |
Next Steps
1. Complete payment to proceed with installation
2. Installation scheduled within 7–14 days
3. Enjoy high-speed fibre internet!
Questions? Contact us at noc@afinet.africa or call +263 242 304101.
@endsection