@extends('digitalmenu::layouts.guest') @section('title', 'Register - VEMBERS - Digital Menu') @section('meta') @endsection @section('content')
DIGITIZE YOUR DISHES

Start Your Journey

Join for free and start building your digital menu in minutes.

@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
{{-- Full Name --}}
@if ($errors->has('name'))

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

@endif
{{-- Email --}}
@if ($errors->has('email'))

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

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

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

@endif
{{-- Username --}}

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

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

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

@endif
{{-- Password + Confirm --}}
radio_button_unchecked 6+ characters
radio_button_unchecked Uppercase letter
radio_button_unchecked Number
radio_button_unchecked Special character
@if ($errors->has('password'))

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

@endif
{{-- Divider --}}
Or continue with
{{-- Social Login --}}
{{-- Google --}} {{-- Facebook --}} {{-- Apple --}}

Already have an account? Login

@endsection