@extends('layout.index') @section('title', $search['search']) @section('content')

{{$search['search']}} ile ilgili {{ $count }} ürün bulduk

@foreach($products as $product)
{{ $product->name }}
@if($product->is_fee_show == 1) @if($product->type == 'variant')