@extends('admin.layouts.base') @section('title', 'Warehouse Space Orders Statistics') @section('content')
| Warehouse | Total Revenue |
|---|---|
| {{ $row->warehouse?->name ?? 'Unknown Warehouse' }} | ${{ number_format($row->total_revenue ?? 0, 2) }} |
| No revenue data yet. Once orders are paid, data will appear here. | |
This is the sum of all Paid warehouse space orders.