Recipe Profitability

Analyze profit margins and identify high-performing recipes

Total Revenue

{{ currency($totalRevenue) }}

Total Food Cost

{{ currency($totalCost) }}

Gross Profit

{{ currency($totalProfit) }}

Avg Margin

{{ number_format($avgMargin, 1) }}%

Margin Distribution

Excellent (70%+)

{{ $marginDistribution['excellent'] }}

recipes

Good (50-70%)

{{ $marginDistribution['good'] }}

recipes

Average (30-50%)

{{ $marginDistribution['average'] }}

recipes

Poor (<30%)

{{ $marginDistribution['poor'] }}

recipes

Recipe Performance

@forelse($recipes as $recipe) @empty @endforelse
Recipe Category Qty Sold Revenue Food Cost Profit Margin Food Cost %
{{ $recipe['name'] }} {{ $recipe['category'] }} {{ number_format($recipe['quantity_sold']) }} {{ currency($recipe['revenue']) }} {{ currency($recipe['cost']) }} {{ currency($recipe['profit']) }} {{ number_format($recipe['margin'], 1) }}% {{ number_format($recipe['food_cost_percentage'], 1) }}%
No sales data available for this period