“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
How to Break into UX Design with No Industry Experience

Learn how to break into the UX design industry with Paavan Buddhdev
By Paavan Buddhdev, Senior Product Designer at Skin + Me
Design Systems: How to Write Documentation People Will Actually Use

Learn how to document design systems with Henry Dagget
By Henry Daggett, Design System Lead, Societe Generale CIB
Storytelling That Sells UX Design: Define Requirements and Engage Leadership

Learn the Golden Thread storytelling technique for UX design with Rafael Hernandez
By Rafael Hernandez, Lead Product Designer, T. Rowe Price
Speak Strategy, Get Influence: How Designers Can Shape Product Decisions

Turn product strategy into action, influence stakeholders, and secure your seat at the table.
By Adam Thomas, Product Management Expert and Technologist
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.