@if ($useMecSectorMarkers ?? false)
@php
$mecMarkerLegend = [
['file' => 'infra.jpeg', 'label' => 'Infrastructure'],
['file' => 'infra_sat.jpeg', 'label' => 'Infrastructure · Satisfactory'],
['file' => 'infra_unsat.jpeg', 'label' => 'Infrastructure · Un-Satisfactory'],
['file' => 'social.jpeg', 'label' => 'Social'],
['file' => 'social_sat.jpeg', 'label' => 'Social · Satisfactory'],
['file' => 'social_unsat.jpeg', 'label' => 'Social · Un-Satisfactory'],
['file' => 'production.jpeg', 'label' => 'Production'],
['file' => 'production_sat.jpeg', 'label' => 'Production · Satisfactory'],
['file' => 'production_unsat.jpeg', 'label' => 'Production · Un-Satisfactory'],
];
@endphp
@foreach ($mecMarkerLegend as $legendItem)
{{ $legendItem['label'] }}
@endforeach
@else
Not assessed
Published: Satisfactory
Published: Un-Satisfactory
@endif