@extends('layouts.public', [ 'title' => $page?->meta_title ?? 'Contact | LottoData', 'metaDescription' => $page?->meta_description ?? 'Contact LottoData.com for editorial, partnership, or site-related inquiries.', ]) @section('content')

Contact

{{ $page?->excerpt ?? 'A clean contact page placeholder for future editorial and site workflows.' }}

@foreach (preg_split("/\r\n|\n|\r/", $page?->body ?? "LottoData's public shell includes a stable contact destination now, with room for future forms, partnership requests, corrections, ad inquiries, and general site feedback when those workflows are scoped.\n\nHomepage, about, and contact pages are now part of the responsive public shell.") as $paragraph) @if (filled(trim($paragraph)))

{{ trim($paragraph) }}

@endif @endforeach

Current public-site scope

Homepage, about, and contact pages are now part of the responsive public shell.

Live lottery data ingestion is still intentionally deferred.

Admin workflows and authentication remain future-phase work.

@endsection