{{ __('Dashboard') }}
{{ __('Welcome back') }}, {{ auth()->user()->name }}
{{ __('Total Property') }}
{{ $totalProperties }}
{{ __('Total Units') }}
{{ $totalUnits }}
{{ __('Total Tenants') }}
{{ $totalTenants }}
{{ __('Total Maintainers') }}
{{ $totalMaintainers }}
{{ __('Rent Overview') }}
{{ currencyPrice($yearlyTotalAmount) }}
{{ __('My Properties') }}
{{ __('Name') }} | {{ __('Units') }} | {{ __('Available Unit') }} | {{ __('Tenants') }} | {{ __('Maintainer') }} |
---|---|---|---|---|
{{ $property->name }}{{ $property->address }} |
{{ $property->number_of_unit }} | {{ $property->number_of_unit - $property->total_tenant }} | {{ $property->total_tenant }} | {{ $property->total_maintainers }} |
{{ __("No data found") }} |
{{ __('Tickets') }}
{{ Str::limit($ticket->title, 25, '...') }}
{{ Str::limit($ticket->topic->name, 25, '...') }}
{{ __('Issue') }}
|
{{ __("No data found") }} |