â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 Run Design Workshops That Get Results
Empower yourself with facilitation skills to run successful workshops and become a more effective designer.
By David GĂźiza Caicedo, Global User Experience Manager, Randstad
Data-Driven Design: Metrics That Drive Real Results
In this Master Class, Product Management Expert Adam Thomas will show how to take charge of your data and transform it into actionable insights.
By Adam Thomas, Product Management Expert and Technologist
Innovate with Design Thinking: Your Shortcut to Results
Apply design thinking daily with AJ&Smartâs massively popular Lightning Decision Jam recipe for ideation
By Amr Khalifeh, Senior Consultant at AJ&Smart
How to Design the Perfect Search UX
Learn Search UX Best Practices with Vitaly Friedman
By Vitaly Friedman, Senior UX Consultant, European Parliament, and Creative Lead, Smashing Magazine
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.