@if(session('unsubscribed'))
@endif
@if(!session('unsubscribed'))
{{ config('app.name') }}
{{ __('Unsubscribe from our newsletter') }}
@endif
@if(session('unsubscribed'))
{{ __('You have been unsubscribed from our newsletter.') }}
{{ __('You will be redirected to the homepage in 3 seconds.') }}
@else
@csrf
{{ __('Email address') }}
{{ __('Submit') }}
@endif