Skip to main content
The Section Heading component is used to introduce sections within a page. It displays a title with an optional description, providing context for the content that follows.

Preview

General InformationBasic details about the product including name, description, and pricing.

Usage

Props

title
string
required
The section title text.
description
string
default:"null"
Optional description text displayed below the title.

Examples

Title Only

Pricing

With Description

InventoryManage stock levels, SKU, and warehouse locations.

Inside a Card

The Section Heading is automatically used by the Card component when you pass a title prop:
MediaUpload images and videos for this product.
Drop files here

Standalone Usage

You can also use the section heading independently for custom layouts:

Blade Component Source

The Section Heading component is located at packages/admin/resources/views/components/section-heading.blade.php: