@extends('layouts.app') @section('title', __('Categories')) @section('content')
{{ __('Browse our collection by category') }}
{{ $category->products_count }} {{ __('Products') }}
{{ Str::limit($category->description, 100) }}
@endif {{ __('View Products') }}{{ Str::limit($category->description, 80) }}
@endif @if($category->children->count() > 0){{ __('We are currently organizing our product categories. Please check back soon!') }}
{{ __('Browse All Products') }}