@extends('frontEnd.layouts.master') @section('title',$childcategory->meta_title) @push('css') @endpush @push('seo') @endpush @section('content')
Home / {{ $childcategory->childcategoryName }}
Showing {{ $products->firstItem() }}-{{ $products->lastItem() }} of {{ $products->total() }} Results
filter
Filter
@if($products->count() > 0) @endif
@foreach($products as $key=>$value) @endforeach
{!!$childcategory->meta_description!!}
@endsection @push('script') @endpush