@extends('layouts.app') @section('title', 'Admin Dashboard - MiMSMS Voter System') @section('content')
Total Districts
Total Thanas
Electoral Areas
Total Orders
Pending Orders
| Order ID | Customer | Area | Status | WHMCS ID | Date | Action |
|---|---|---|---|---|---|---|
| #{{ $order->id }} | {{ $order->customer_name }} | {{ $order->electoralArea->name ?? 'N/A' }} | {{ ucfirst($order->order_status) }} | {{ $order->whmcs_order_id ?? '-' }} | {{ $order->created_at->format('M d, Y') }} | Edit |
No orders yet
@endif