@extends('landingpage::themes.job_board.layouts.master') @section('theme_content') {{-- Render the main page content (from TinyMCE or fallback) --}} @if($page->content)
{!! $page->content !!}
@endif {{-- Render page sections --}} @if($page->sections->isNotEmpty()) @include('landingpage::components.render-sections', ['sections' => $page->sections, 'page' => $page, 'activeTheme' => 'job_board']) @endif @endsection