@php $section = $data; $id = is_object($section) ? $section->id : $section['id']; $is_active = is_object($section) ? $section->id : $section['is_active']; $title = is_object($section) ? $section->title->$localeSelected : ($section['title'][$localeSelected] ?? null); $element_seccion = is_object($section) ? $section->element_seccion : ($section['element_seccion'] ?? null); $background_image = is_object($section) ? $section->background_image : ($section['background_image'] ?? null); $background_image = is_object($section) ? $section->background_image : ($section['background_image'] ?? null); $background_image = is_object($section) ? $background_image->url : ($section['background_image']['url'] ?? null); @endphp

{{ $title ?? '' }}

@foreach ($element_seccion as $item_coupon) @php $image = is_object($section) ? $item_coupon->image->url : ($item_coupon['image']['url'] ?? null); $alt = is_object($section) ? $item_coupon->image->alt->$localeSelected : ($item_coupon['image']['alt'][$localeSelected] ?? null); $title = is_object($section) ? $item_coupon->title->$localeSelected : ($item_coupon['title'][$localeSelected] ?? null); $text = is_object($section) ? $item_coupon->text->$localeSelected : ($item_coupon['text'][$localeSelected] ?? null); @endphp
@if($image) {{ $_restaurant->description ?? getAltImages() }} @endif
@endforeach