@include('head') @include('header-dashboard')

Discover Opportunity for Withdrawal

@forelse($deals as $deal)
High Yield
{{ $deal['Products']['name'] ?? 'N/A' }}
{{ !empty($deal['Closing_Date']) ? \Carbon\Carbon::parse($deal['Closing_Date'])->format('d-m-Y') : '-' }}
BBB+
{{ $deal['ROI'] ?? 'NA' }} %
INTEREST
{{ $deal['Unit'] ?? 0 }}
Number of lots
₹ {{ number_format($deal['Investment_Amount'] ?? 0) }}
INVESTED
@empty
No approved investment requests found.
@endforelse
{{ $deals->links('pagination::bootstrap-5') }}