@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 {{-- fake mode indicator --}} @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

আপনার ইমেইলে পাঠানো ৬-সংখ্যার কোডটি লিখুন।

@csrf