@foreach ($data as $domain => $row) @endforeach
CUSTOMERS NOT COMPLIANT KPIS REASON FOR NOT COMPLIANCE
(To better support the EWH channel indicate for
each KPI why it is not compliant. Exemple: IT
problems, not delivered assets, etc)
CORRECTIVE ACTIONS
STATUS
NOTES
(Important: Indicate below how we can support you)
DATE OF IMPLEMENTATION LINK WITH THE FINAL RESULT
{{ $domain }} @foreach($row['kpis'] as $pageType => $res)
{{$pageType}}

@foreach($res as $row)
KPI {{$row->kpi_label}}
@if($row->comment)
: {{ clean_string_excel($row->comment)}}
@endif @if($row->prefilled_comment)
: {{ clean_string_excel($row->prefilled_comment)}}
@endif

@endforeach

@endforeach