word-salad/resources/views/guest/subscribe-success.blade.php

11 lines
231 B
PHP
Raw Permalink Normal View History

@extends('layouts.guest')
@section('title', 'Subscription Confirmed')
@section('content')
<section>
<h1>Subscription Confirmed</h1>
2025-10-11 20:29:03 +00:00
<p>Thank you! You'll be the first to know about future posts.</p>
</section>
@endsection