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