@extends('layouts.public') @section('title', __('Unsubscribed')) @section('content')

{{ __('You have been unsubscribed') }}

{{ __(':email will no longer receive updates from :company. You can re-subscribe at any time from the footer of any page.', [ 'email' => $subscriber->email, 'company' => setting('site_name', config('app.name')), ]) }}

{{ __('Back to home') }}
@endsection