| {{ $listing_index }} |
{{ $member['house_member_name'] }}
@if(isset($cpus_listing_2[$member['id_house_room']]))
@if(isset($user_emails[$member['house_member_id_user']]))
@endif
@endif
|
{{ $member['house_room_member_start_date'] }} |
{{ $member['house_room_member_end_date'] == '0000-00-00 00:00:00' ? '-' : $member['house_room_member_end_date'] }} |
@php
// if(isset($cpus_listing_2[$member['id_house_room']][$member['id_house_member']]))
// {
// echo "".$cpus_listing_2[$member['id_house_room']][$member['id_house_member']]['updated_at']." | ";
// continue;
// }else{
// echo " - | ";
// }
@endphp
@if(isset($cpus_listing_2[$member['id_house_room']]))
Yes
@else
No
@endif
|
| {{ $month_key }} |
{{ isset($m_data['total_paid_amount']) ? number_format($m_data['total_paid_amount'], 2) : 0 }} |
{{ isset($m_data['total_subsidy_amount']) ? number_format($m_data['total_subsidy_amount'], 2) : 0 }} |
{{ isset($m_data['total_payable_amount']) ? number_format($m_data['total_payable_amount'], 2) : 0 }} |
{{ isset($m_data['current_credit_amount']) ? number_format($m_data['current_credit_amount'], 2) : 0 }} |
{{ isset($m_data['user_balance']) ? number_format($m_data['user_balance'], 2) : 0 }} |
@php
$grand_total += $m_data['total_paid_amount'];
$l_index ++;
@endphp
@endforeach
@else