{{-- --}} {{--
--}} @foreach($products as $product) @if (Route::currentRouteName() === 'shop')
@else
@endif
@if($product->discount!=0)-{{$product->discount}}%@endif

{{Str::upper($product['name'])}}

@php $rating = $product->stars ?? 5 ;@endphp
@if($product['discount']!=0)${{$product['price']}}@endif
@endforeach {{--
--}}