@extends('layouts.app') @section('title', 'Reports') @section('breadcrumb') @endsection @section('content') {{-- Quick Stats --}}
Rs. {{ number_format($todaySales, 0) }}
Today's Sales
Rs. {{ number_format($monthSales, 0) }}
This Month Sales
Rs. {{ number_format($monthExpenses, 0) }}
This Month Expenses
{{ $lowStockCount }}
Low Stock Items
{{-- Report Categories --}}
{{-- Sales Reports --}}
{{-- Financial Reports --}}
{{-- Inventory Reports --}}
{{-- Customer Reports --}}
{{-- Operations Reports --}}
@push('styles') @endpush @endsection