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

@if(count($search) < 1 )

No Product found.

@endif
@foreach ($search as $sub) @endforeach
{{ $search->links() }}
@endsection