{{ $shop['shop_name'] }}
{{-- @if ($shop['shop_rating'] != 0)
{{ $shop['shop_rating'] }}({{ $shop['rating_count'] }}+)
@endif --}}
{{ $shop['shop_address'] }}
.
{{ $shop['shop_distance'] }} km
{{ $shop['brand_name'] }} food
@if (!empty($shop['shop_coupon']))
@foreach ($shop['shop_coupon'] as $coupon)
@php
if ($coupon['delivery_charge'] == 1) {
$st[] = $coupon;
} else {
$st = [];
}
@endphp
@endforeach
@if (count($st) > 0)
 }})
FREE DELIVERY
@endif
@endif