@if(isset($activePromotions) && in_array($shop->id, $activePromotions)) Promoted @endif
{{ $shop->shop_name }} @if($isActive) @else @endif

{{ $shop->cityRelation->name ?? 'N/A' }}, {{ $shop->countryRelation->name ?? 'N/A' }}

{{-- Add counts if you have them --}}
@if($isActive) {{ __('Active') }} @else {{ __('Inactive') }} @endif