Landlord Statement

Landlord: {{ $landlord->user->first_name ?? '' }} {{ $landlord->user->last_name ?? '' }}
Period: {{ $start->format('d M Y') }} – {{ $end->format('d M Y') }}
Generated: {{ now()->format('d M Y') }}

@foreach($properties as $property)

{{ $property->name }}

Owner Portion Management Fee Expenses Net Income
{{ number_format($property->owner_income,2) }} {{ number_format($property->management_fee,2) }} {{ number_format($property->expenses,2) }} {{ number_format($property->net_income,2) }}
@endforeach

Summary

Total Earned Total Payouts Closing Balance
{{ number_format($totalEarned,2) }} {{ number_format($totalPayouts,2) }} {{ number_format($closingBalance,2) }}