@extends('layouts.admin') @section('content')
₼{{ number_format($stats['total_revenue'], 2) }}
| {{ __('admin.order_id') }} | {{ __('admin.customer') }} | {{ __('admin.status') }} | {{ __('admin.total') }} |
|---|---|---|---|
| {{ $order->formatted_order_number }} | {{ $order->user->name }} | {{ ucfirst($order->payment_status) }} | ₼{{ number_format($order->total_amount, 2) }} |
| {{ __('admin.no_recent_orders') }} | |||
| {{ __('admin.product') }} | {{ __('admin.stock') }} |
|---|---|
| {{ $product->name }} | {{ $product->stock_quantity }} |
| {{ __('admin.no_low_stock_products') }} | |