@extends('digitalmenu::layouts.guest') @section('title', 'Login - VEMBERS - Digital Menu') @section('meta') @endsection @section('content')
Member Access

Welcome Back.

Sign in to manage your digital menu and update your latest specials.

@if (session('error'))
{{ session('error') }}
@endif @if (session('message') && session('message')['success'])
{{ session('message')['message'] }}
@endif
{!! csrf_field() !!}
@if ($errors->has('username'))

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

@endif
Forgot password?
@if ($errors->has('password'))

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

@endif
{{-- Divider --}}
Or continue with
{{-- Social Login --}}
verified 100% Free

Don't have an account?

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

Create Free Account
@endsection