{{__('Search for Shops or Products')}}
{{__("Products")}}
{{__("Total")}} {{count($products)}}{{__('Products belong to category')}} "{{$category->name}}"

{{$product->name}}
{{$product->market->name}}
{{$product->market->address}}
{!! getPrice($product->getPrice()) !!}
@if ($product->discount_price !=0) -{{number_format(100-($product->discount_price * 100 / $product->price),0)}} % @endif