@stack('css') @if(Session::has('success')) @endif @if(Session::has('error')) @endif
@yield('content')

sign up to newsletter

Instant Sign Up. Cancel Anytime. No Credit Card Required

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@stack('js')