2025-10-07 03:10:25 +00:00
|
|
|
@extends('layouts.guest')
|
|
|
|
|
|
|
|
|
|
@section('title', 'Subscription Failed')
|
|
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
<section>
|
|
|
|
|
<h1>Subscription Error</h1>
|
2025-10-11 20:29:03 +00:00
|
|
|
<p>Something went wrong while marking your interest. Please try again, or contact me at {{ config('blog.contact_email') }} if the problem persists.</p>
|
2025-10-07 03:10:25 +00:00
|
|
|
</section>
|
|
|
|
|
@endsection
|