@php $months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; $nonPreviousYear = []; @endphp
Planned: {{ currency_format($impact['yearly_planned_value']) }}
Forecast: {{ currency_format($impact['yearly_forecast_value']) }}
Actual: {{ currency_format($impact['yearly_actual_value']) }}