@extends('layouts.dashboard') @section('title', __('messages.dashboard')) @section('header', __('messages.dashboard')) @section('sidebar') @include('company-admin.partials.sidebar') @endsection @section('content')
{{ $totalProperties ?? 0 }}
{{ $availableProperties ?? 0 }} available for rent
{{ $totalTenants ?? 0 }}
active tenant accounts
{{ $activeLeases ?? 0 }}
@if(isset($overdueLeases) && $overdueLeases > 0){{ $overdueLeases }} requiring attention
@elseall leases current
@endif{{ number_format($totalRevenue ?? 0, 0) }}
TZS @if(isset($pendingPayments) && $pendingPayments > 0){{ number_format($pendingPayments, 0) }} pending@endif
{{ $totalBookings ?? 0 }}
{{ $pendingBookings ?? 0 }} awaiting approval
{{ $activeContracts ?? 0 }}
out of {{ $totalContracts ?? 0 }} total contracts
{{ $pendingInvoices ?? 0 }}
{{ $overdueInvoices ?? 0 }} past due date
{{ $totalReceipts ?? 0 }}
official receipts generated
{{ $property->title }}
{{ __('messages.' . $property->type) }} - {{ $property->city }}
{{ __('messages.no_properties_found') }}
{{ $payment->payment_number }}
{{ \Carbon\Carbon::parse($payment->payment_date)->format('M d, Y') }}
{{ __('messages.no_payments_found') }}
{{ $booking->name }}
{{ $booking->property->title ?? 'N/A' }}
{{ __('messages.' . ($booking->booking_type ?? 'rent')) }} • {{ \Carbon\Carbon::parse($booking->preferred_date)->format('M d, Y') }}
{{ __('messages.no_bookings_found') }}
{{ $contract->contract_number }}
{{ $contract->property->title ?? 'N/A' }}
{{ $contract->customer->name ?? 'N/A' }} • {{ number_format($contract->total_amount, 0) }} {{ $contract->currency }}
{{ __('messages.no_contracts_found') }}