@php $companySetup = \App\Models\CompanySetup::first(); @endphp {{ $companySetup->company_name ?? config('app.name') }} - মোবাইল লগইন @if($companySetup && $companySetup->fav_icon) @endif
{{-- top icon + heading --}}
{{-- Phone icon --}}

মোবাইল দিয়ে লগইন করুন

স্টেপ ১: মোবাইল নম্বর ও ৬-সংখ্যার পাসওয়ার্ড

{{-- card --}}
@csrf @if(session('status'))
{{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- ফোন নম্বর --}}
{{-- phone icon --}}
{{-- ৬-সংখ্যার পাসওয়ার্ড (digit box) --}}
@for($i = 1; $i <= 6; $i++) @endfor
{{-- আসল password ফিল্ড (backend এ যাবে) --}}

শুধু ০-৯ পর্যন্ত সংখ্যা ব্যবহার করুন।

পাসওয়ার্ড ভুলে গেছেন?
অথবা
{{-- ✅ Email Login লিঙ্ক --}}

ইমেইল দিয়ে লগইন করতে চান? Email Login

অ্যাকাউন্ট নেই? নিবন্ধন করুন