@extends('layouts.admin') @section('title','Dashboard') @section('page-title','Dashboard') @section('content')
{{ $val }}
{{ $stats['pending_orders'] }}
Pending Orders
Rs. {{ number_format($stats['monthly_revenue']) }}
This Month Revenue
{{ $stats['low_stock'] }}
Low Stock Items
{{ $stats['out_of_stock'] }}
Out of Stock
For non-technical admins: Use this simple form to quickly list a product.
| Order | Customer | Status | Total |
|---|---|---|---|
| {{ $order->order_number }} | {{ $order->user->name }} | {{ $order->status }} | Rs. {{ number_format($order->total) }} |
{{ $p->name }}
{{ $p->sales_count }} sold{{ $u->name }}
{{ $u->created_at->diffForHumans() }}