“Bootcamp Cohort Card” Component
Design: zeplin.
Overview
The bootcamp cohort card is used for displaying bootcamp cohorts. The card features a bootcamp image, with the bootcamp title laid over the image. The bootcamp image is cropped and centered to fit the card’s size.
Usage
@include('components.cards.bootcampCohort', ['bootcampCohort' => $bootcampCohort])
Props
-
bootcampCohort (required)App\Models\Bootcamp\BootcampCohort
Bootcamp cohorts are linked with bootcamps and contain pricing and date info.
-
disabledbool
Add styling for disabled card.