@extends('layouts.app') @section('content') @include('partials.headers.page') @if (have_posts()) @if ($posts)
@if (get_previous_posts_link() || get_next_posts_link())
@endif
@endif @endif @include('partials.builder') @if ($pageCta ?? false) @include('partials.page-cta', ['section' => $pageCta]) @endif @endsection