{{ __('tenants.th_name') }} | {{ __('tenants.type') }} | {{ __('tenants.contact') }} | Expected Amount | Amount Paid | Balance | Payment Month | Status |
---|---|---|---|---|---|---|---|
{{ $client->name }} | {{ ucfirst($client->type) }} | {{ $client->contact }} | {{ number_format($expectedAmount) }} | {{ number_format($amountPaid) }} | {{ number_format($balance) }} | {{ $paymentMonths->implode(', ') }} | {{ $amountPaid >= $expectedAmount ? 'Paid' : 'Pending' }} |