“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 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
Storytelling Strategies for Future Thinkers and Design Leaders

Leaders, innovators, and designers need the ability to tell stories that bring their ideas to life. Learn how to capture the collective imagination and convince decision-makers with your strategic storytelling.
By Susanne Junglas, Director of Experience Design, denkwerk
Learning Experience Design That Delivers Impact: A Step-by-Step Guide

Learn the full process of the learning experience design process step-by-step with a real-world case study.
By Niels Floor, Learning Experience Design Pioneer
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.