“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 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"
Design for Everyone: A Firsthand Perspective on Accessibility

Learn how to design more inclusive, intuitive products with Kardo Ayoub as he shares firsthand insights from his experience as a visually impaired designer
By Kardo Ayoub, Product/Experience Designer, Accessibility and Inclusive Design Advocate
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.