“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
Strategy Custody: How to Secure Your Strategy's Success

Strategy is complex, it’s not something that you create once and leave alone—you need to keep interacting with it. Discover how to make the most of your strategy and how you can evolve with it.
By Adam Thomas, Technologist, Speaker and Writer
A Guide To Hassle-Free Designer-Developer Collaboration

Learn strategies to approach the dev-design hand-off with more confidence with Szymon Adamiak.
By Szymon Adamiak, Co-Founder, Hype4 Mobile
Exclusive: Design for a Better World, a Discussion with Don Norman

Learn how to design for a better world with Don Norman
By Don Norman, Founding Director - Design Lab, University of California, San Diego. Co-Founder, Nielsen Norman Group
How to Become a Visual Thinker With Sketchnoting

How to Become a Visual Thinker With Sketchnoting
By Mike Rohde, Designer, Teacher and Illustrator
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.