@extends('frontEnd.layouts.master') @section('title',$keyword) @push('css') @endpush @section('content') Home / {{ $keyword }} Showing {{ $products->firstItem() }}-{{ $products->lastItem() }} of {{ $products->total() }} Results filter get('sort')==1)selected @endif>Product: Latest get('sort')==2)selected @endif>Product: Oldest get('sort')==3)selected @endif>Price: High To Low get('sort')==4)selected @endif>Price: Low To High get('sort')==5)selected @endif>Name: A-Z get('sort')==6)selected @endif>Name: Z-A @foreach($products as $key=>$value) @endforeach {{$products->links('pagination::bootstrap-4')}} @endsection @push('script') @endpush