@extends('layouts.app') @section('title', 'Admin Dashboard') @section('content')
Time Travel Mode Active
Viewing dashboard as of:
Today's Sales
LKR {{ number_format($todaysSales, 2) }}
Profit Margin
{{ number_format($profitMargin, 2) }}%
Active Customers
{{ number_format($activeCustomers) }}
Active Shifts
{{ $activeShifts->count() }}
@if($activeShifts->count() > 0){{ $activeShifts->pluck('user.name')->join(', ') }}
@endif| Product | SKU | Category | Brand |
|---|---|---|---|
| Customer | Credit # | Due Date | Amount | Days Overdue |
|---|---|---|---|---|
| Customer Name | Credit Number | Invoice Date | Due Date | Outstanding Amount | Status |
|---|---|---|---|---|---|
| Supplier Name | Credit Number | Invoice Date | Due Date | Outstanding Amount | Status |
|---|---|---|---|---|---|
| Product Name | Batch Number | Expiry Date | Quantity | Category | Brand | Days Until Expiry |
|---|---|---|---|---|---|---|