@extends('templates._single_left') @section('html.head.title', "Subscription" . ' -') @section('beforeMain') @include('sections.banner', ['background' => '', 'space_class'=>'xlg-pt4 pt3 pb3']) @include('atoms.heading_group', [ 'title' => "Subscription status", 'copy' => "" ]) @include('sections.banner_CLOSE') @endsection @section('sidebar') @endsection @section('afterMain') @endsection @section('main')
Thank you for confirming the email address {{$subscription->email}}
@endif @if($subscription_status === "removed")The email address {{$email}} has now been unsubscribed and will no longer receive emails from us.
Follow the link if you would like to subscribe again.
@endif @if($subscription_status === "notfound")Would you like to subscribe?
@endif