@extends('layouts.public', [ 'title' => $page?->meta_title ?? 'About | LottoData', 'metaDescription' => $page?->meta_description ?? 'About LottoData.com, its public-site direction, and the product principles behind the lottery website shell.', ]) @section('content')

About

{{ $page?->excerpt ?? 'A production-minded public lottery website focused on the information people actually look for first.' }}

@foreach (preg_split("/\r\n|\n|\r/", $page?->body ?? "LottoData.com is being structured around strong homepage hierarchy, visible jackpot coverage, easy-to-scan result pathways, and admin-manageable content areas that can grow without forcing a redesign every time the site expands.\n\nKeep the public experience clean now so live data and admin tooling can slot in later.") as $paragraph) @if (filled(trim($paragraph)))

{{ trim($paragraph) }}

@endif @endforeach

Current direction

Keep the public experience clean now so live data and admin tooling can slot in later.

@endsection