@extends('layouts.admin') @section('title', 'Mini Mart POS') @section('page-title', 'Mini Mart POS') @section('page-subtitle', 'Point of Sale — Inventory & Sales') @section('content')
Today's Sales
₦{{ number_format($todaySales) }}
Month Sales
₦{{ number_format($monthSales) }}
Total Products
{{ $totalProducts }}
Low Stock Items
{{ $lowStock->count() }}
{{ $p->name }}
{{ $p->quantity }} {{ $p->unit }} left
Reorder at: {{ $p->reorder_level }}
| Reference | Customer | Total | Method | Cashier | Date | Receipt |
|---|---|---|---|---|---|---|
| {{ $sale->reference }} | {{ $sale->customer_name }} | ₦{{ number_format($sale->total_amount) }} | {{ str_replace('_', ' ', $sale->payment_method) }} | {{ $sale->cashier_name }} | {{ \Carbon\Carbon::parse($sale->sale_date)->format('d M Y H:i') }} | Receipt |
| No sales yet today. | ||||||