@if(session('unsubscribed')) @endif
@if(!session('unsubscribed'))

{{ __('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
@endif