@extends('layouts.frontend') @section('content')

"{{$keyword}} " Search Results

@if(count($products) == 0)

No matching results , please try again

@endif @foreach($products as $product) @include('layouts.template_parts.product_modal') @endforeach
{!! $products->links() !!}
@endsection