@extends('ecommerce::frontend.layout.main')
@section('title') {{ $ecommerce_setting->site_title ?? '' }} @endsection
@section('description') @endsection
@section('content')
You searched for '{{$search}}'
@foreach($products as $product)
@include('ecommerce::frontend.includes.product-template')
@endforeach
@endsection
@section('script')
@endsection