@endif
@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
Try adjusting your filters or search criteria