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

11 lines
231 B
PHP

@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