@if ($step === 'request')
OTP Sign In
@else
Verify OTP
@endif
@if ($step === 'request')
Enter your mobile number to receive an OTP
@else
Enter the OTP sent to your mobile
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@if ($step === 'request')
@endif
@if ($step === 'verify')
@endif