إليك نظرة عامة على أداء متجرك اليوم
{{ $stat['title'] }}
{{ $stat['value'] }}{{ $stat['suffix'] }}
{{ $stat['up'] ? '+' : '-' }}{{ $stat['change'] }}{{ $stat['up'] ? '↑' : '↓' }}
{{ $n->title }}
@if($n->message){{ $n->message }}
@endif{{ $n->created_at->diffForHumans() }}
| رقم الطلب | العميل | الحالة | الوقت | المبلغ |
|---|---|---|---|---|
| #{{ $order->order_number }} | {{ $order->customer_name }} | {{ $order->status->label() }} | {{ $order->created_at->diffForHumans() }} | {{ number_format($order->total) }} د.ع |
| # | المنتج | المبيعات | الكمية |
|---|---|---|---|
| {{ $i + 1 }} |
{{ mb_substr($product->name, 0, 1) }}
{{ $product->name }}
|
{{ number_format($product->wholesale_price * $product->sold_count) }} د.ع | {{ number_format($product->sold_count) }} |