@extends('layouts.public') @section('title', 'Intake') @section('content') @include('partials.registration.banner')
{{ csrf_field() }} @include('fields._errors')

What types of wine do you love?

{!! $registry->render('op_wine_color_range') !!}
WHITE
RED
{!! $registry->render('op_wine_rose') !!} {!! $registry->render('op_wine_sparkling') !!}

WHAT PRICE POINTS DO YOU PREFER?

Every day, easy-drinkers:

Under $35
Enjoy a glass with friends or while cozy on the couch.
{!! $registry->render('op_wine_easy_range') !!}
Just a Few
Love These

Impressive dinner wines:

$35-$70
Date night, Friendsgiving, or dinner with the in-laws.
{!! $registry->render('op_wine_dinner_range') !!}
Just a Few
Love These

Showstoppers:

Over $70
Anniversary, promotion, or new home? No matter what the occasion, these wines make any celebration better.
{!! $registry->render('op_wine_special_range') !!}
Just a Few
Love These

WHAT PRICE POINTS DO YOU PREFER?

Every day, easy-drinkers:

Under $35
Enjoy a glass with friends or while cozy on the couch.
{!! $registry->render('op_wine_easy_range') !!}
Just a Few
Love These

Impressive dinner wines:

$35-$70
Date night, Friendsgiving, or dinner with the in-laws.
{!! $registry->render('op_wine_dinner_range') !!}
Just a Few
Love These

Showstoppers:

Over $70
Anniversary, promotion, or new home? No matter what the occasion, these wines make any celebration better.
{!! $registry->render('op_wine_special_range') !!}
Just a Few
Love These

What are your favorite wine regions?

{{-- v-if="!op('op_wine_region_surprise')"--}}

What are your favorite white grapes?

{{-- v-if="!op('op_wine_varietal_white_surprise')"--}}

What about reds?

{{-- v-if="!op('op_wine_varietal_red_surprise')"--}}

What about reds?

{{-- v-if="!op('op_wine_varietal_red_surprise')"--}}

WHAT IS YOUR WINE BUDGET?

$ {!! $registry->render('op_wine_budget') !!}
* The average gift per wedding guest is around $100-$150

Is there anything else we should know?

{!! $registry->render('op_wine_anything_else_comment') !!}
@if(!($registry->hasStatus(\App\Models\Registry::$STATUS_LOCKED, false))) @endif
@endsection