@extends('layouts.app') @section('title', $category->name . ' - Category') @push('styles') @endpush @push('scripts') @endpush @section('content')
/{{ $category->slug }} @if(!empty($breadcrumbs)) · {{ collect($breadcrumbs)->pluck('name')->implode(' › ') }} @elseif($category->parent) · Sub of {{ $category->parent->name }} @else · Main Category @endif
{{ $category->description }}
Shampoo is a category · Anti Hair Fall Shampoo is a product type · Dove 340ml is the actual product.
Remove this category only if it has no products or sub-categories.