@extends('layouts.guest')
@section('title', 'Subscription Confirmed')
@section('content')
<section>
<h1>Subscription Confirmed</h1>
<p>Thank you! You'll be the first to know about future posts.</p>
</section>
@endsection