@extends('layouts.dashboard') @section('title', __('messages.dashboard')) @section('header', __('messages.dashboard')) @section('sidebar') @include('tenant.partials.sidebar') @endsection @section('content')
Manage your leases, track payments, and stay updated with your rental information all in one place.
{{ $company->email }}
@endifRegistered Tenants
{{ $companyTotalTenants ?? 0 }}
Property Portfolio
{{ $companyTotalProperties ?? 0 }}
{{ number_format($totalPaid ?? 0, 0) }}
Total amount paid across all completed transactions
{{ $pendingPayments ?? 0 }}
Payment requests currently under review
{{ $overduePayments ?? 0 }}
Payment obligations that have exceeded the due date
{{ $activeLease->property->address }}, {{ $activeLease->property->city }}
{{ $activeLease->property->type }}
| {{ __('messages.payment_number') }} | {{ __('messages.date') }} | {{ __('messages.amount') }} | {{ __('messages.status') }} | {{ __('messages.actions') }} |
|---|---|---|---|---|
| {{ $payment->payment_number }} | {{ \Carbon\Carbon::parse($payment->payment_date)->format('M d, Y') }} | {{ number_format($payment->amount, 0) }} {{ $payment->currency }} | {{ ucfirst($payment->status) }} | {{ __('messages.view') }} |
|
{{ __('messages.no_payments_found') }} Your payment history will appear here once you make your first payment. |
||||
{{ $otherTenant->email }}
@endif @if($otherTenant->phone){{ $otherTenant->phone }}
@endif