@if ($images = (array)$object->images) @php $showGalleryButton = theme_option('show_gallery_button', 'yes') === 'yes' && count($images) > 1; $showMapButton = $object->latitude && $object->longitude && theme_option('real_estate_show_map_on_single_detail_page', 'yes') === 'yes' && theme_option('show_map_button', 'yes') === 'yes'; $smallItems = theme_option('property_thumb_slider_items_small', 2); $mediumItems = theme_option('property_thumb_slider_items_medium', 3); $largeItems = theme_option('property_thumb_slider_items_large', 5); @endphp
@else @if ($object->latitude && $object->longitude)