@extends('layouts.app', ['locale' => $locale, 'localeSettings' => $localeSettings, 'page' => $page]) @section('content') @php($sections = collect($translation->sections ?? [])->keyBy('key'))
@include('components.sections.sustainability-hero', ['section' => $sections->get('sustainability.hero'), 'media' => $assets->get(data_get($sections->get('sustainability.hero'), 'data.media_asset_id')), 'page' => $page, 'locale' => $locale]) @include('components.sections.sustainability-commitment', ['section' => $sections->get('sustainability.commitment'), 'page' => $page, 'locale' => $locale]) @include('components.sections.sustainability-pillars', ['section' => $sections->get('sustainability.pillars'), 'page' => $page, 'locale' => $locale]) @include('components.sections.sustainability-quote', ['section' => $sections->get('sustainability.quote'), 'media' => $assets->get(data_get($sections->get('sustainability.quote'), 'data.media_asset_id')), 'page' => $page, 'locale' => $locale])
@endsection