@extends('layouts/blankLayout') @section('title', 'OTP Verification') @section('page-style') @endsection @section('content')
Logo
Payin • Payout • Provider Dashboard

OTP Verification

@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if (session('success'))
{{ session('success') }}
@endif
@csrf

Provider routing Live monitoring
Payin
Routing
Payout
Queue
Security
VAPT
@endsection @section('page-script') @endsection