“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
The No-Burnout Blueprint for a Successful Design Career

Learn how to build a sustainable, standout design career with Vitaly Friedman
By Vitaly Friedman, Senior UX Consultant, European Parliament, and Creative Lead, Smashing Magazine
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”
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.