@extends('index') @section('content')
মোট বিনিয়োগ
৳{{ number_format(auth()->user()->vipInvestments()->sum('amount'), 2) }}
উপলভ্য ব্যালেন্স
৳{{ number_format(auth()->user()->balance, 2) }}
উত্তোলনকৃত টাকা
৳{{ number_format($withdrawTotal, 2) }}
সেরা ভিআইপি প্যাকেজ
@if($popularAdvice['product'] && $popularAdvice['product']->is_featured) ফিচার্ড @endif
{{ $popularAdvice['name'] }}
আপনার আইডি: {{ $popularAdvice['user_code'] }}
বিনিয়োগ: {{ number_format($popularAdvice['price'], 2) }}৳
দৈনিক রিটার্ন: {{ number_format($popularAdvice['daily_return'], 2) }}%
@if($popularAdvice['is_available'])
@csrf
@else @php $productId = $popularAdvice['product_id'] ?? null; // Always define $userInvestment = null; if ($productId) { $userInvestment = auth()->user()->vipInvestments() ->where('vip_product_id', $productId) ->active() ->first(); } @endphp @if($userInvestment)
বিনিয়োগ করা হয়েছে @if($userInvestment->expires_at) (মেয়াদ শেষ: {{ $userInvestment->expires_at->format('d M Y') }}) @endif
@else @endif @endif
ঝুঁকি এড়িয়ে চলুন
{{ $riskAvoidance }}% ঝুঁকি কমেছে
অনলাইন সেবা
টি সেবা
প্রাথমিক নির্ণয়
অনলাইন সেবা
সম্পর্কে জানুন
@endsection