“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
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
Hooked: How to Build Habit-Forming Products with Nir Eyal

Learn how to design habit-forming products ethically by applying behavioral psychology—taught by Nir Eyal, bestselling author of Hooked
By Nir Eyal, Behavioral Design Expert and Bestselling Author
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.