@extends('mailcoach::landingPages.layouts.landingPage', ['title' => __mc('Unsubscribed')]) @section('landing')

{{ __mc('Sorry to see you go.') }}

{!! __mc('You have been unsubscribed from list :emailListName.', ['emailListName' => $subscriber->emailList->name]) !!}

@endsection