ssddanbrown/mailbag

View on GitHub
resources/views/unsubscribe/not-found.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
<x-guest-layout>
    @push('titles') Unsubscribe Not Found @endpush

    <div class="container py-32 max-w-xl">
        <h1 class="text-4xl font-medium mb-2">Unsubscribe not found</h1>
        <p class="mb-5">
            Sorry, we can't find anything at this unsubscribe link. <br>
            If the email you clicked through on is over a month old the link may have
            now expired otherwise it may be invalid. Please check you copied the link correctly.
        </p>

    </div>

</x-guest-layout>