{{ $tile['label'] }}
{{ $tile['value'] }}
Stock on hand
{{ number_format($metrics['stock_ml'], 2) }} ml
Bottle intakes
{{ $metrics['bottle_intakes'] }}
Spend this month
{{ number_format($metrics['month_spend'], 2) }}
Revenue this month
{{ number_format($metrics['month_revenue'], 2) }}
Pending orders
{{ $metrics['pending_orders'] }}
Orders today
{{ $metrics['today_orders'] }}
Sales
| Order # | Customer | Status | Total | Placed |
|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->customer_name }} | @if ($order->status?->value === 'cancelled') Cancelled @elseif ($order->status?->value === 'pending') Pending @else {{ $order->status->label() }} @endif | {{ number_format((float) $order->total, 2) }} | {{ optional($order->placed_at)->diffForHumans() }} |
For resale
| Fragrance | Brand | Volume | Cost | Purchased |
|---|---|---|---|---|
| {{ $bottle->fragrance?->name }} | {{ $bottle->fragrance?->brand?->name }} | {{ number_format((float) $bottle->volume_ml, 2) }} ml | {{ number_format((float) $bottle->cost_total, 2) }} | {{ optional($bottle->purchased_at)->format('d M Y') }} |
Recently Added
No brands yet.
Brand CRUD ships in the next step.
| Name | Slug | Status | Added |
|---|---|---|---|
| {{ $brand->name }} | {{ $brand->slug }} | @if ($brand->is_active) Active @else Hidden @endif | {{ $brand->created_at->diffForHumans() }} |
Welcome
Use this console to manage the catalog, intake stock at the milliliter level, and watch your shareholder ledger come together.