@extends('front.layout.layout') @section('content')

Shop

@include('front.products.filters')
@if(!isset($_REQUEST['search']))
@endif
@include('front.products.ajax_products_listing')
@if(!isset($_REQUEST['search'])) @if(isset($_GET['sort']))
{{ $categoryProducts->appends(['sort'=>$_GET['sort']])->links() }}
@else
{{ $categoryProducts->links() }}
@endif @endif
 
{{ $categoryDetails['categoryDetails']['description'] }}
@endsection