{{ $store->category->alley }}

@if ($shops) @foreach ($shops as $shop) @php $rating = rating( $shop->id ); $review = review( $shop->id ); $ShopImages = $shop->images; $shopSsocials = json_decode( $store->socials ); @endphp
@endforeach @endif