@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) }} {{ $row->prefilled_comment ?? null }}

@if ($row->image_cropped_path)

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