@extends('web.layouts.app') @section('title','بحث') @section('content')

بحث فى {{'('. $name .')'}}

@foreach($rows as $row) @include('web.products.item') @endforeach
{{$rows->links()}}
@endsection