@extends('layouts.admin') @section('title', 'Admin Dashboard') @section('page_title', 'Dashboard Overview') @section('content')
{{ $stats['products'] }}
{{ $stats['services'] }}
{{ $stats['orders'] }}
{{ $stats['blogs'] }}
{{ $stats['images'] }}
| Order ID | Customer | Date | Total Amout | Status | Action |
|---|---|---|---|---|---|
| #{{ $order->id }} |
{{ $order->customer_name }}
{{ $order->email }}
|
{{ $order->created_at->format('M d, Y') }} | PKR {{ number_format($order->total_amount, 2) }} | {{ strtoupper($order->status) }} | |
| No recent orders found. | |||||