Restaurant POS
@csrf @if ($data['type'] == 0)
Email / Phone number
Send OTP
Login With Password
@elseif ($data['type'] == 1)
Please enter the OTP sent to your email/phone number
A code has been sent to
{{ $data['email'] }}
Validate
Didn't get the code?
Resend
@endif @if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif