@extends('layouts.app') @section('title', 'Unsubscribe — ECA Networks Newsletter') @section('content')
@if($status === 'success')

You've been unsubscribed

{{ $email }} has been removed from our newsletter list. You won't receive any more emails from us.

Changed your mind? Visit our store and subscribe again anytime.

@elseif($status === 'already')

Already unsubscribed

{{ $email }} is not on our active subscriber list.

@else

Link not found

This unsubscribe link is invalid or has expired.

@endif Back to Store
@endsection