{{ $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 }} |
@if($user_investment->project->type == 1)
Leasing |
@else
Real Estate |
@endif
{{ $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 }} |
@if($monthly_pay->status == 0)
Not Paid |
@else
Paid |
@endif
@endforeach