@extends('landingpage::themes.job_board.layouts.master') @section('theme_content') {{-- The homepage will primarily be built using sections. Ensure your LpPage model for the homepage has sections like: - Hero Search (custom section type or a general hero with specific content) - Featured Jobs - Job Categories - Featured Companies --}} @include('landingpage::components.render-sections', ['sections' => $page->sections, 'page' => $page, 'activeTheme' => 'job_board']) @endsection