@extends('layouts.web') @section('content')
Welcome Back !

Sign in to continue to Velzon.

{{ __('Please confirm your password before continuing.') }}
@csrf
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif

Don't have an account ? Signup

Register With OTP Signup

@endsection