Hier siehst du deine persönliche Übersicht.
@php $myTenant = \App\Models\Tenant::where('email', auth()->user()->email)->first(); @endphp @if($myTenant)Keine Mieterdaten gefunden. Bitte kontaktiere deinen Vermieter.
@endifImmobilien
{{ $propertyCount }}
Einheiten
{{ $unitCount }}
Mieter
{{ $tenantCount }}
Offene Zahlungen
{{ number_format($offeneSumme, 0, ',', '.') }} €
Noch keine Immobilien.
@else| Name ↕ | Typ ↕ | Adresse ↕ | Einheiten ↕ | Baujahr ↕ |
|---|---|---|---|---|
| {{ $property->name }} | {{ ucfirst($property->type) }} | {{ $property->street }} {{ $property->house_number }}, {{ $property->postal_code }} {{ $property->city }} | {{ $property->units->count() }} | {{ $property->construction_year ?? '-' }} |