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

11 lines
222 B
PHP

@extends('layouts.guest')
@section('title', 'Subscription Failed')
@section('content')
<section>
<h1>Subscription Error</h1>
<p>Something went wrong while marking your interest. Sorry.</p>
</section>
@endsection