@extends('layouts.app') @section('title', $category->name . ' - ' . __('Categories')) @section('content')
{{ $category->description }}
@endif{{ $category->description }}
@endif{{ Str::limit(strip_tags($product->description), 60) }}
@endif{{ __('This category doesn\'t have any products yet.') }}
@if($category->children->count() > 0){{ __('Try browsing the subcategories above.') }}
@endif {{ __('Browse Other Categories') }}