@csrf
User Details
@if(Helper::isLocalVisitor())
@else
@foreach($countryList as $country) @if($country->country_code != 94)
{{ $country->country_name }}
@endif @endforeach
@endif
Mobile Number
{{ Helper::isLocalVisitor() ? "(+94)" : "" }}
Login Info
OTP Verification
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!}
Send OTP Code
Previous
Next
Submit
1
2
3