@php $months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; $nonPreviousYear = []; @endphp
Year Planned Forecast Actual

@if (!empty($nonFinancialImpactsData)) @foreach ($nonFinancialImpactsData as $impact) @php $previousYear[] = $impact['year']; @endphp

Planned: {{ currency_format($impact['yearly_planned_value']) }}

Forecast: {{ currency_format($impact['yearly_forecast_value']) }}

Actual: {{ currency_format($impact['yearly_actual_value']) }}

{{ $impact['year'] }}
@foreach ($months as $month) @endforeach @foreach ($months as $month) @endforeach @foreach ($months as $month) @endforeach @foreach ($months as $month) @endforeach
 {{ $month }}
Planned
Forecast
Actual
@endforeach @endif
@include('backend.opportunities.details._modal_non_financial_benefits') @push('js') @endpush