@if($imagePath)
@endif
👨🍳
{{-- Badges --}}
@if($prestataire->delivery_available)
Livraison
@endif
@if(isset($prestataire->distance))
{{ number_format($prestataire->distance, 1) }} km
@endif
{{-- Plats count --}}
{{ $prestataire->food_products_count ?? 0 }} plats
{{ $prestataire->business_name ?? $prestataire->user->name ?? 'Restaurant' }}
@if($isOpen) Ouvert @else Fermé @endif
@foreach($prestataireCategories as $cat)
{{ $categories[$cat] ?? ucfirst($cat) }}
@if(!$loop->last) • @endif
@endforeach
@endif