@extends('layouts.app') @section('title','Dashboard') @section('breadcrumb')
{{ now()->format('l, d F Y') }} — Welcome back, {{ auth()->user()->name }}!
No sales data yet
| Order # | Customer | Cashier | Total | Status | Time |
|---|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->customer?->name ?? 'Walk-in' }} | {{ $order->user?->name ?? '—' }} | Rs. {{ number_format($order->total_amount, 2) }} | {{ ucfirst($order->status) }} | {{ $order->created_at->diffForHumans() }} |
| No orders yet today | |||||
No payments today