{{ $this->getTitle() }}

@if($this->hasRequests()) Auto-refreshes every 30 seconds @endif
@if($this->hasRequests())
Total Requests
{{ $this->getStats()['total'] }}
Pending
{{ $this->getStats()['pending'] }}
In Progress
{{ $this->getStats()['in_progress'] }}
Completed
{{ $this->getStats()['completed'] }}
Emergency
{{ $this->getStats()['emergency'] }}
Completion Rate
{{ $this->getCompletionRate() }}%

Status Distribution

Priority Distribution

Monthly Trends (Last 6 Months)

Recent Requests

@forelse($this->getRecentRequests() as $request) @empty @endforelse
Property Issue Priority Status Requested Actions
{{ $request->property->name ?? 'N/A' }} {{ Str::limit($request->issue_description, 40) }} {{ ucfirst($request->priority) }} {{ str_replace('_', ' ', ucfirst($request->status)) }} {{ $request->requested_at->diffForHumans() }} View
No maintenance requests found
@else
🔧

No Maintenance Requests

There are no maintenance requests to display.

@endif
@push('scripts') @endpush