@foreach($user_investment->userInvestmentMonthlyPayment as $monthly_pay) @if($user_investment->project->type == 1) @else @endif @if($monthly_pay->status == 0) @else @endif @endforeach
user_investment_monthly_payment_id user id User Name Account No IFSC code Project Name Project Type Invested Date Invested Amount Tenure Maturity Date Monthly Date Monthly Amount payment_status
{{ $monthly_pay->id }} {{ $user_investment->user->id }} {{ $user_investment->user->name }} {{ $user_investment->user->userDetail ? $user_investment->user->userDetail->account_no : '-' }} {{ $user_investment->user->userDetail ? $user_investment->user->userDetail->ifsc_code : '-' }} {{ $user_investment->project->title }}LeasingReal Estate{{ $user_investment->created_at }} {{ $user_investment->invested_amount }} {{ $user_investment->tenure }} {{ $user_investment->created_at->addMonths($user_investment->tenure); }} {{ $monthly_pay->date }} {{ $monthly_pay->amount }}Not PaidPaid