@extends('layouts.app') @section('title', 'Order Confirmation - MiMSMS Voter System') @section('content')
Your order has been successfully created and submitted to WHMCS.
Order ID: #{{ $order->id }}
WHMCS Order ID: {{ $order->whmcs_order_id ?? 'Processing...' }}
Status: {{ ucfirst($order->order_status) }}
Order Date: {{ $order->created_at->format('M d, Y H:i A') }}
Name: {{ $order->customer_name }}
Email: {{ $order->customer_email }}
Phone: {{ $order->customer_phone }}
Electoral Area: {{ $order->electoralArea->name }}
Package Type: {{ ucfirst(str_replace('_', ' ', $order->package_type)) }}
Quantity: {{ number_format($order->quantity) }} SMS
Total Voters: {{ number_format($order->total_voters) }}
Grameenphone
Robi / Airtel
Banglalink
{{ $order->additional_notes }}
@endif📧 Confirmation Email: A confirmation email has been sent to {{ $order->customer_email }} with your order details and WHMCS order ID.