@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