@forelse($shops as $shop)
@if($shop->shop_logo) {{ $shop->shop_name }} @else {{ $shop->shop_name }} @endif
4.5
{{ $shop->shop_name }}

@if($shop->city && $shop->state) {{ $shop->city }}, {{ $shop->state }} @elseif($shop->city) {{ $shop->city }} @elseif($shop->state) {{ $shop->state }} @elseif($shop->country) {{ $shop->country }} @else Location not specified @endif

{{ $shop->services_count ?? 15 }} Services
{{ $shop->products_count ?? 18 }} Products
@empty
No shops found

Try adjusting your filters or search criteria

@endforelse