@php $theme2_package = getContent('theme2_package.content', true); $theme2_popular_services = popularServices(); @endphp
{{ getTranslatedValue($theme2_package, 'sub_title') }}

{{ getTranslatedValue($theme2_package, 'title') }}

{!! strip_tags(clean(getTranslatedValue($theme2_package, 'description')), '
') !!}

@if ($theme2_popular_services->count() > 0)
@foreach ($theme2_popular_services as $key => $service)
{{ $service?->thumbnail?->caption ?? $service?->translation?->title }} @if ($service?->discount_price) Sale offer @endif @if ($service?->is_new == 1) New @endif @if ($service?->is_featured == 1) Featured @endif
$service?->my_wishlist_exists == 1, ]) data-url="{{ route('user.wishlist.store') }}" onclick="addToWishlist({{ $service->id }}, this, 'service')">
{!! $service->price_display !!}

{{ Str::limit($service?->translation?->title, 45) }}

@include('tourbooking::front.services.ratting', [ 'avgRating' => $service?->active_reviews_avg_rating ?? 0, 'ratingCount' => $service?->active_reviews_count ?? 0, 'ratingClass' => 'tg-listing-card-review mb-5', ])
@if ($service?->location) {{ $service?->location }} @endif @if ($service?->duration) {{ $service?->duration }} @endif
@endforeach
@endif
@push('style_section') @endpush @push('js_section') @endpush