Enter OTP

@if(session('message'))

{{ session('message') }}

@endif @if($errors->any())

{{ $errors->first() }}

@endif
@csrf