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

OTP Login

Sign in to your account to start using W3CRM

@if (session('success')) @endif @if (session('error')) @endif
@csrf
@error('otp') {{ $message }} @enderror
@if($vcount <= 10)

If you don't get the OTP within 120 seconds, click the Resend OTP!

@else

Maximum attemp over please try after 30 minutes !

@endif
@endsection @section('footer') @if($vcount <= 10) @endif @endsection