@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 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 Filter {{ $childcategory->childcategoryName }} @foreach ($childcategories as $key => $childcat) {{ $childcat->childcategoryName }} @endforeach @if($products->count() > 0) Price ৳ ৳ @endif @foreach($products as $key=>$value) @endforeach @if ($products->currentPage() > 1) « Previous @else « Previous @endif @if ($products->currentPage() < $products->lastPage()) Next » @else Next » @endif {!!$childcategory->meta_description!!} @endsection @push('script') @endpush
৳