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