@extends('mailcoach::landingPages.layouts.landingPage', ['title' => __mc('Subscribed')]) @section('landing')
{{ __mc('Happy to have you!') }}
@if(isset($subscriber) && $subscriber->emailList) {!! __mc('You are now subscribed to the list :emailListName.', ['emailListName' => $subscriber->emailList->name]) !!} @elseif (isset($subscriber)) {!! __mc('You are now subscribed.') !!} @else {!! __mc('You are now subscribed to the list our dummy mailing list.') !!} @endif