@foreach($user_investment_monthly_payments as $monthly_pay) @if($monthly_pay->userInvestment->project) @if($monthly_pay->userInvestment->project->type == 1) @else @endif @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 }} {{ $monthly_pay->userInvestment ? $monthly_pay->userInvestment->user->id : '-' }} {{ $monthly_pay->userInvestment ? $monthly_pay->userInvestment->user->name : '-' }} {{ $monthly_pay->userInvestment->user->userDetail ? $monthly_pay->userInvestment->user->userDetail->account_no : '-' }} {{ $monthly_pay->userInvestment->user->userDetail ? $monthly_pay->userInvestment->user->userDetail->ifsc_code : '-' }} {{ $monthly_pay->userInvestment->project ? $monthly_pay->userInvestment->project->title : '-'}}LeasingReal Estate-{{ $monthly_pay->userInvestment ? $monthly_pay->userInvestment->created_at: '-' }} {{ $monthly_pay->userInvestment ? $monthly_pay->userInvestment->invested_amount : '-' }} {{ $monthly_pay->userInvestment ? $monthly_pay->userInvestment->tenure : '-'}} {{$monthly_pay->userInvestment ? $monthly_pay->userInvestment->created_at->addMonths($monthly_pay->userInvestment->tenure) : '-'}} {{ $monthly_pay->date }} {{ $monthly_pay->amount }}Not PaidPaid