@if ($stores) @foreach ($stores as $store) @php $images = $store->images; $rating = rating( $store->id ); $review = review( $store->id ); @endphp
{{ storeTags($store->store_type) }}
{{-- --}}
@endforeach @endif