@extends('master') @section('seo_title', 'Validate newsletter subscription') @section('seo_keywords', '') @section('seo_description', '') @section('content') @include('layout.breadcrumbs', ['page_title' => 'Validate newsletter subscription']) {{ 'Validate newsletter subscription' }} @if ($tokenIsValid) @lang('messages.SUBSCRIPTION_SUCCESSFULLY_VALIDATED_THANKS') @else @lang('messages.IT_WAS_NOT_POSSIBLE_TO_VALIDATE_THE_INDICATED_EMAIL') @endif @endsection