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