@extends('layouts.master') Bunty-G - Product research
@if (request()->input())

{{ $products->total()}} result(s) for the "{{ request()->q}}" research

@endif
@foreach ($products as $product )
{{$product->name}}

{{$product->subtitle}}

{{$product->characteristic_dimension}}

{{$product->characteristic_weight}}

{{$product->name}}

{{$product->getEuropePrice()}}
product logo redirection
@endforeach