2025-10-07 03:10:25 +00:00
|
|
|
@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>
|
2025-10-07 03:10:25 +00:00
|
|
|
</section>
|
|
|
|
|
@endsection
|