@extends('layouts.app') @section('title', $page->title) @push('styles') @if($page->compiled_css) @endif @endpush @section('content') @if($page->body_html) {{-- Builder-rendered body (drag-and-drop output) --}}
{!! $page->body_html !!}
@else
@if($page->hero_image_url)
@else
@endif

{{ $page->headline }}

@if($page->subheadline)

{{ $page->subheadline }}

@endif
@endif {{-- The signup form is appended after the builder content. --}}
@if(session('success'))
{{ session('success') }}
@endif
@csrf
{{-- honeypot --}} @error('email')

{{ $message }}

@enderror

No spam. Unsubscribe anytime with one click.

@endsection