@extends('layouts.newheader') @section('content') Home Our Product @if(count($search) < 1 ) No Product found. @endif @foreach ($search as $sub) {{ $sub->title }} @endforeach {{ $search->links() }} @endsection