@if(array_key_exists('seccion', $page_config)) @foreach ($page_config->seccion as $section) @if ($section->id == 2)

{{ $section->title->$localeSelected ?? '' }}

{{ $section->text->$localeSelected ?? '' }}

@endif @endforeach @endif