@extends('admin::layouts.app') @section('title', 'Verify OTP — BizWap Admin') @section('content')

Enter OTP

A 6-digit code has been sent to +91{{ substr(session('admin_otp_phone', ''), 3) }}

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@error('code')
{{ $message }}
@enderror
@endsection