@php $content = getContent('featured_room.content', true); $roomType = App\Models\RoomType::active() ->featured() ->with(['images', 'amenities']) ->get(); @endphp @if (count($roomType))

{{ __($content->data_values->heading) }}

{{ __($content->data_values->subheading) }}

@include($activeTemplate.'partials.room_cards', ['roomType' => $roomType, 'class' => 'col-lg-6 col-xl-4 col-md-8'])
@endif