@extends('layouts.app') @section('title', 'Dashboard') @section('content') {{-- Page header --}}
Welcome back, {{ Auth::user()->name }}. Here's what's happening today.
Total Sales
{{ number_format($totalSales ?? 0, 0) }}
All time invoiced
Inventory Value
{{ number_format($inventoryValue ?? 0, 0) }}
All warehouses
Production Active
{{ $productionInProgress ?? 0 }}
Orders in progress
Purchase Pipeline
{{ $purchasePending ?? 0 }}
Active pipelines
Receivables
{{ number_format($outstandingReceivables ?? 0, 0) }}
Outstanding
Procurement workflow
Stock management
Manufacturing operations
Customer & revenue