logo icon
  • Dashboard
  • @auth @if(auth()->user()->kyc && auth()->user()->kyc->status == 'approved')
  • KYC Features
  • Suggestion/Complain
  • English Recommendation
    • Relation
    • Income
    • Tax
    • Address
    • Birth Verification
    • Unmarried Verification
  • Oxygen
  • @else
  • KYC Required
  • Complete KYC
  • @if(!auth()->user()->kyc) Please submit your KYC documents to access all features. @elseif(auth()->user()->kyc->status == 'pending') Your KYC is under review. You'll get access once approved. @elseif(auth()->user()->kyc->status == 'rejected') Your KYC was rejected. Please resubmit. @endif
  • @endif @endauth