@extends('layouts.app') @section('title', 'Scenario Comparison - Blackberry Farm Admin') @section('content')
Compare different growth strategies and their projected outcomes
Conservative vs. Moderate vs. Aggressive expansion scenarios
| Year | Plants | New Plants | Revenue | Profit | ROI % | Acres |
|---|---|---|---|---|---|---|
| {{ $projection['calendar_year'] }} | {{ number_format($projection['total_plants']) }} | {{ number_format($projection['new_plants']) }} | ${{ number_format($projection['projected_revenue']) }} | ${{ number_format($projection['projected_profit']) }} | {{ $projection['roi_percentage'] }}% | {{ $projection['acres_needed'] }} |
Set your current plant count and projection timeline above to generate scenario comparisons.