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