@extends('layouts.app') @section('title', $category->name) @section('content')
{{ $category->description }}
@endif
@if($product->is_featured)
Featured
@endif
{{ substr($product->description, 0, 60) }}...
in this category