Win/Loss
W {{ $report['wins'] }}
L {{ $report['losses'] }}
BE {{ $report['breakeven'] }}
Equity Curve
Profit/Loss
@if ($showProfit){{ $report['totalProfitLoss'] >= 0 ? '+' : '' }}{{ number_format($report['totalProfitLoss'], 2) }}
@elseHidden
@endif