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

Newsletter Subscription

Stay updated with the latest news, product updates, and industry insights from AlgoMine.

@if(session('success')) @endif @if(session('error')) @endif
@csrf
@error('email')

{{ $message }}

@enderror
@error('name')

{{ $message }}

@enderror

You can unsubscribe at any time using the unsubscribe link in our emails.

@error('terms')

{{ $message }}

@enderror

We respect your privacy and will never share your information with third parties.

@endsection