@section('title', config('app.name', 'Streamline') .' - '. __('Waiting List')) @section('description', __('Join the waiting list for ') . config('app.name', 'Streamline'))
New Awesome {{ config('app.name', 'Streamline') }} App Coming Soon Join our waiting list today to make sure you're the first to know once our awesome new product is available to purchase. {{ __('Join 300+ other users already on the list') }}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('success')) {{ session('success') }} @endif
@csrf {{ __('Notify Me') }}