@php $cityContent = getContent('popular_city.content', true); $cities = App\Models\City::active() ->countApprovedListing() ->featured() ->orderBy('listings_count', 'DESC') ->get(); @endphp @if (!blank($cities))

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

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

@include($activeTemplate . 'partials.city')
@endif