@php $companySetup = \App\Models\CompanySetup::first(); @endphp {{ $companySetup->company_name ?? config('app.name') }} - OTP যাচাই @if($companySetup && $companySetup->fav_icon) @endif

OTP যাচাই করুন

ইমেইল যাচাই

@if(session('status'))
{{ session('status') }}
@endif {{-- Optional debug banner (fake mode এ auto-fill চলছে বোঝানোর জন্য) --}} @if(!empty($debugOtp))
Auto OTP Fill Mode On
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@for($i = 1; $i <= 6; $i++) @endfor

আপনার ইমেইলে পাঠানো OTP লিখুন।