@php($data = $section['data'] ?? []) @php($pillars = ['people' => 2, 'communities' => 2, 'planet' => 5]) @php($pillarIcons = ['people' => 'Users', 'communities' => 'HeartHandshake', 'planet' => 'Globe2']) @php($commitmentIcons = ['people' => ['GraduationCap', 'HeartPulse'], 'communities' => ['Leaf', 'HeartHandshake'], 'planet' => ['Leaf', 'Wind', 'Droplets', 'Recycle', 'Leaf']])
@foreach ($pillars as $pillar => $count)
{{ $data[$pillar.'_label'] ?? '' }}

{{ $data[$pillar.'_title'] ?? '' }}

{{ $data[$pillar.'_focus'] ?? '' }}

{{ $data['commitments_label'] ?? '' }}

    @for ($i = 1; $i <= $count; $i++)
  • {{ $data[$pillar.'_commitment_'.$i] ?? '' }}
  • @endfor
@endforeach
@can('update', $page)@endcan