@php $months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; $previousYear = []; $aster_share = 100; if (!empty($financialImpactsData)){ if (!empty($financialImpactsData) && isset($financialImpactsData[0]['shell_share_precentage'])) { $aster_share = $financialImpactsData[0]['shell_share_precentage']; } } @endphp
Year Planned Forecast Actual
@if (!empty($financialImpactsData)) @foreach ($financialImpactsData 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

*Select Recurring when the benefit is structural else select One-off for one time benefit
*Make sure you have captured the impact in future years as incremental

Planned Jan Feb Mar April May June July Aug Sep Oct Nov Dec
Q1 Q2 Q3 Q4 Yearly incremental Delivery
Forecast Jan Feb Mar April May June July Aug Sep Oct Nov Dec
Q1 Q2 Q3 Q4 Yearly incremental Delivery
Actual Jan Feb Mar April May June July Aug Sep Oct Nov Dec
Q1 Q2 Q3 Q4 Yearly incremental Delivery
@push('js') @endpush