Investment Information
@if ($investment_detail->project ? $investment_detail->project->image : 'null') @else @endif @if($investment_detail->interest_percentage) @else @endif
Thumbnail Project Info
Investment Log ID: #00{{$investment_detail->id}}
Project Title: {{$investment_detail->project ? $investment_detail->project->title : '-'}}
Invested Amount: INR {{ number_format($investment_detail->invested_amount,0,',',',') }}
ROI: {{$investment_detail->interest_percentage}}% {{$investment_detail->type == 1 ? 'P.A.' : 'P.M.'}}ROI: {{$investment_detail->project ? $investment_detail->project->monthly_percentage : '-'}}% P.M.
Investment Summary
@if($investment_detail->payment_gateway == 1) @else @endif
Investor Name {{$investment_detail->user->name }}
Investor Email {{$investment_detail->user->email }}
Date of Investment {{$investment_detail->created_at }}
Amount INR {{ number_format($investment_detail->invested_amount, 0, ',', ',') }}
Payment Gateway Manual paymentCashfree payment
Payment Status Complete
Aadhar Number {{$adhar_document ? $adhar_document->doc_number : '-'}}
Pan Number {{$pan_document ? $pan_document->doc_number : '-'}}
Bank Account {{ $investment_detail->user->userDetail ? $investment_detail->user->userDetail->account_no : '-'}}
IFSC Code {{$investment_detail->user->userDetail ? $investment_detail->user->userDetail->ifsc_code : '-' }}
Payout Summary
@foreach($investment_detail->userInvestmentMonthlyPayment as $monthly_pay) @endforeach
# Tentative Date Expected Amount
{{$loop->iteration}} {{ $monthly_pay->date }} ₹ {{ $monthly_pay->amount }}
Invested Amount ₹ {{ number_format($investment_detail->invested_amount, 0, ',', ',') }}
Total Profit ₹ {{ number_format($investment_detail->userInvestmentMonthlyPayment->sum('amount'), 0, ',', ',') }}
Final Amount ₹ {{ number_format(($investment_detail->invested_amount + $investment_detail->userInvestmentMonthlyPayment->sum('amount')), 0, ',', ',') }}