@props(['pro'])
{{ $pro['title'] }} @if($pro['verified'])@endif {{ $pro['category']['name'] }} @if($pro['premium']) Premium@endif
@for($i = 1; $i <= 5; $i++) @endfor {{ number_format($pro['rating'], 1, ',', '') }} ({{ $pro['reviews'] }} avis)

{{ Str::limit($pro['description'], 120) }}

{{ $pro['localisation'] }} {{ $pro['ouvert'] ? 'Ouvert' : 'Fermé' }}