Enhance careers management features: update CareersPageController to fetch and display career listings with additional fields, modify Career model to include relationships and new attributes, and create a new view for the careers index with an application modal. Update database migration to reflect changes in the careers table structure and adjust routes for application submissions.
This commit is contained in:
@@ -5538,7 +5538,7 @@ p {
|
||||
}
|
||||
.price__area-item.active .price__area-item-price h3,
|
||||
.price__area-item.active .price__area-item-price h2 {
|
||||
color: var(--color-1);
|
||||
color: var(--text-white);
|
||||
}
|
||||
.price__area-item.active .price__area-item-list {
|
||||
border-color: #DDB348;
|
||||
|
||||
Reference in New Issue
Block a user