@extends('layouts.cashier') @section('content')
{{ $todaySales }}
Rs.{{ number_format($todayRevenue, 2) }}
{{ $lowStockProducts }}
{{ $sale->sale_code }}
{{ $sale->created_at->format('M d, Y h:i A') }} @if($sale->customer) • {{ $sale->customer->name }} @endif
Rs.{{ number_format($sale->total, 2) }}
{{ $sale->payment_method }}
No recent sales found