{{ $title }}

@if ($text_index)
{!! $text_index !!}
@endif @if ($text_pre_kpi)
{!! $text_pre_kpi !!}
@endif @foreach ($info['families'] as $family)
@foreach ($family['tables'] as $pageType => $table) @foreach ($family['kpis'] as $kpi) @endforeach @foreach ($table as $pageType => $kpisPerc) @foreach ($kpisPerc as $k => $row) @endforeach @endforeach @php $check = false; foreach ($family['kpis'] as $kpi) { if($kpi['image'] != null){ $check = true; } } @endphp @if ($check) @foreach ($family['kpis'] as $kpi) @endforeach @endif
% OF COMPLIANCY ON TOTAL NUMBER OF EVALUABLE WEBSITES
EVALUATED ASSET {{ $kpi['label'] }}
{{ $pageType }}{{ $row }}
@if ($kpi['image'] != null)
@endif
@endforeach
@endforeach
@foreach ($info['template_implementation'] as $pageT => $perc) @endforeach
% OF COMPLIANCY ON TOTAL NUMBER OF EVALUABLE WEBSITES (TEMPLATE IMPLEMENTATION)
EVALUATED ASSET Fully Partially None
{{ $pageT }} {{ $perc['perc']['Fully'] }}% {{ $perc['perc']['Partially'] }}% {{ $perc['perc']['None'] }}%
{{-- @foreach ($info['websites_template_implementation']['websites'] as $key => $row)

Template implementation - {{ $key }}

@endforeach --}} @if ($text_pre_kpi_ko)
{!! $text_pre_kpi_ko !!}
@endif

Not compliant customers ({{ count($info['websites_ko']) }}/{{ count($info['websites']) }})

    @foreach ($info['websites_ko'] as $key => $website)
  • {{ $key }}
  • @endforeach
@foreach ($info['websites_ko'] as $website => $items) @foreach ($items['tables'] as $table)
{{ $website }}
@foreach ($table as $pageTypes) @foreach ($pageTypes as $row) @endforeach @endforeach
Page Type KPI Comment Screenshot
{{ $pageTypes[0]->page_type_name }}
{{ $row->kpi_label }}

{{ preg_replace('/\s+|[[:^print:]]/', ' ', $row->comment) }} {{ preg_replace('/\s+|[[:^print:]]/', ' ', $row->prefilled_comment) }}

@if ($row->image_cropped_path)

@endif
@endforeach @endforeach {{-- --}}