@extends('digitalmenu::layouts.guest') @section('title', 'Complete Registration - VEMBERS - Digital Menu') @section('content')
ALMOST THERE

One Last Step

Tell us about your business to finish setting up your account.

{{-- Google account badge --}}

{{ $google_name }}

{{ $google_email }}

@if (session('error'))
{{ session('error') }}
@endif
{!! csrf_field() !!} {{-- Shop Type --}}
@if ($errors->has('shop_type'))

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

@endif
{{-- Shop Name --}}
@if ($errors->has('shop_name'))

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

@endif
{{-- Username --}}

6–20 characters, letters and numbers only, no spaces.

@if ($errors->has('username'))

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

@endif
{{-- Phone --}}
@include('digitalmenu::partials.phone_country_selector') @if ($errors->has('phone'))

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

@endif

Already have an account? Login

@endsection