{{__('Search for shops or products')}}
{{__("Shops")}}
{{__("Total")}} {{count($markets)}}@if($field) {{__('Shop belong to field')}} "{{$field->name}}" @else {{__('Search result on shops with a name like')}} " {{$search_value}} " @endif

{{$market->name}}
{{$market->address}}
{{__("Products")}}
{{__("Total")}} {{count($products)}}@if($category) {{__('Products belong to category')}} "{{$category->name}}" @else {{__('Search result on products with a name like')}} " {{$search_value}} " @endif

{{$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