@if($service->price)
{{ number_format($service->price, 0, ',', ' ') }} €
@else
Sur devis
@endif
{{ $service->created_at->diffForHumans(null, true, true) }}
{{ $service->title }}
{{ $prestataireName }}
@if($city)
Ville: {{ Str::limit($city, 18) }}
@endif
@if(is_numeric($ratingAvg) && (float)$ratingAvg > 0)
Note: {{ number_format((float)$ratingAvg, 1, '.', '') }}@if(is_numeric($ratingCount) && (int)$ratingCount > 0) ({{ (int)$ratingCount }})@endif
@endif
@if(isset($service->distance_km) && $service->distance_km !== null)
Distance: {{ $service->distance_km }} km
@endif