Competitors
- @foreach($project->competitiveProducts as $cp)
- {{ $cp->competitor_name }} — {{ $cp->product_name }} @if($cp->estimated_price)({{ number_format($cp->estimated_price,2) }})@endif @endforeach
Benchmarks
| Metric | Ours | Theirs | Delta |
|---|---|---|---|
| {{ $b->benchmark_name }} | {{ $b->our_value }} | {{ $b->competitor_value }} | {{ $b->delta_percent }}% |