@props(['title'])

{{ $title->title }}

{{ $title->short_description }}

@php if ($title->product_type == 'custom_combo_products') { $url = customUrl('section/' . $title->slug . '/' . $title->id . '/combo-products'); } else { $url = customUrl('section/' . $title->slug . '/' . $title->id . '/products'); } @endphp {{-- {{ labels('front_messages.view_more', 'View More') }} --}}