@extends('partials.layouts') @section('content')

Email Alert Subscription

@if(session('success'))

{{ session('success') }}

@endif @if($errors->any()) @endif
@csrf
captcha
@error('captcha') {{ $message }} @enderror
{{--

If you no longer wish to receive emails, unsubscribe here.

--}}
@endsection