validate(); $this->message = "You have been subscribed!"; } }; ?>

Stay ahead of the curve

Join 15,000+ developers getting weekly insights on the latest tech delivered straight to their inbox.

No spam. Unsubscribe at any time.

@if ($message)

{{ $this->message }}

@endif @if ($errors)

{{ $errors->first('email') }}

@endif