Careers Page
/careers is a lightweight marketing page that highlights open roles using a single Blade component.
It is a simple listing page that you add available positions and link to the application platform where the
candidates can apply (such as linkedin or indeed).
Adding positions
Simply add a new array item to the $listings array in the x-blocks.careers.listings
component:
$listings = [
[
'title' => 'Software Engineer',
'location' => 'Remote',
'type' => 'Full-time',
'description' =>
'We are looking for a software engineer with a passion for building scalable and efficient systems.',
'url' => 'https://www.linkedin.com/jobs/view/3900000000000000000',
],
];