Location Performance Comparison
| Location | Revenue | COGS | Gross Profit | Gross Margin % | Expenses | Net Profit | Net Margin % | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $item['location']->name ?? 'N/A' }} | @format_currency($revenue) | @format_currency($cogs) | @format_currency($grossProfit) | {{ number_format($grossMargin, 2) }}% | @format_currency($expenses) | @format_currency($netProfit) | {{ number_format($netMargin, 2) }}% | View Details |
| No location data available for the selected period. | ||||||||
| Total | @format_currency($totalRevenue) | @format_currency($totalCOGS) | @format_currency($totalGrossProfit) | {{ number_format($totalGrossMargin, 2) }}% | @format_currency($totalExpenses) | @format_currency($totalNetProfit) | {{ number_format($totalNetMargin, 2) }}% | |