“Masterclass Card” Component
Masterclass card is used to list available masterclasses or past masterclasses. The card is specific to masterclass only. It spans 3 columns in large screen and 4 columns in medium screen. There are two type of masterclass card: purchased masterclass cards and public masterclass cards.
On the Masterclasses Page
Inclusive Product Writing in an AI-Driven World

Learn how to craft inclusive, accessible UX copy that resonates with diverse audiences, needs, and thoughtfully integrates AI
By Katrin Suetterlin, Senior Professional Content Designer, SIXT SE
How to Break into UI Design: Design Skills That Make You Irreplaceable by AI

Learn how to break into UI Design with Rafael Hernandez
By Rafael Hernandez, Lead Product Designer, T. Rowe Price
The AI Playbook: How to Capitalize on Machine Learning

Learn how to harness the power of machine learning to drive innovation, improve decision-making, and create value in your organization.
By Eric Siegel, Ph.D., CEO of Gooder AI and Author of “The AI Playbook” and “Predictive Analytics”
The Human Experience: Drive Growth with a Customer-Led Approach

Create customer experiences that feel personal, backed by insights from the Leadership Book of the Year, The Human Experience.
By John Sills, Managing Partner, The Foundation and Author of "The Human Experience"
Usage
// Generic Masterclass
@include('components.cards.masterclass', ['masterclass' => $masterclass])
// Purchased Masterclass
@include('components.cards.masterclass--purchased', ['masterclass' => $masterclass])
Props
-
masterclass (required)App\Modules\Masterclass\Models\Masterclass
Masterclass instance to display.