{{__('Search for Shops or Products')}}
{{__("Products")}}
{{__("Total")}} {{$total}}{{__("products_header_description")}}

{{$product->name}} {{$product->id}}
{{$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