@extends('layouts.app') @section('title', 'Sales Report') @section('breadcrumb')
{{ \Carbon\Carbon::parse($startDate)->format('M d, Y') }} - {{ \Carbon\Carbon::parse($endDate)->format('M d, Y') }}
No sales data
| Cashier | Orders | Total Sales |
|---|---|---|
| {{ $user['user'] }} | {{ $user['orders'] }} | Rs. {{ number_format($user['total'], 2) }} |
| No data | ||