@extends('layouts.auth') @section('content')

Login

Use email or mobile number to continue.

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('login') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

Forgot password?

OTP login and 2FA gateway hooks are prepared in this module.

@endsection