@if($template_config->template->photo_models == 'withtext')
@if(array_key_exists('seccion', $page_config)) @foreach ($page_config->seccion as $section) @if ($section->id == 1)

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

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

@endif @endforeach @endif
@endif
@section('extra-head') @parent @endsection @section('extra-scripts') @parent @endsection