@extends('store.layouts.app') @section('title', $category->name) @section('meta_description', $category->description ?? 'Products in ' . $category->name) @section('content')
{{ $category->description }}
Check back later for new products.