“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
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
Design to Delight Every Generation: From Gen Z to Boomers

Learn how to design for diverse user groups with Vitaly Friedman
By Vitaly Friedman, Senior UX Consultant, European Parliament, and Creative Lead, Smashing Magazine
Influence Product Strategy with Design: Learn from a Booking.com Case Study

Learn how to balance user needs, business objectives and success with a case study from booking.com
By Roberta Virzi, Design Manager at Booking.com
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.