{{$order_product_count}}+ {{ __('Bookings') }}
{{ optional(App\Models\UserDetail::select('city', 'state', 'country')->where('user_id', $products->user_id)->first())->showfulladdress() ?? '' }}
{{ $ratings['avg_rating'] ?? 0.0 }} ({{ $ratings['total_count'] }} {{ __('reviews') }})
{{$products->views}} {{ __('Views') }}
{!! $products->source_description !!}
@foreach($includedServices as $service)
{{ $service }}
@endforeach
@endif