@extends('templates._single_left') @section('html.head.title', "Subscribe" . ' -') @section('beforeMain') @include('sections.banner', ['background' => '', 'space_class'=>'xlg-pt4 pt3 pb3']) @include('atoms.heading_group', [ 'title' => "Stay updated", 'copy' => "Sign up to receive notifications of updates and changes to content and legislation." ]) @include('sections.banner_CLOSE') @endsection @section('sidebar') @endsection @section('afterMain') @endsection @section('main')
@if(!session('subscribed'))
@csrf
{!! ReCaptcha::htmlFormSnippet() !!}
@else

Thank you for subscribing

Please confirm your email address by clicking the activation link in the email that we just sent to your inbox.

@endif
@endsection