@extends('layouts.admin') @section('title')
Manage inspection requests and oversee the approval process from your admin dashboard. Here's what's happening today.
Total Requests
Pending Review
Approved
Rejected
Seen
Cancelled
This Week
Pending Review
Requires Attention
{{ $request->user->name }}
{{ ucfirst($request->status) }}{{ Str::limit($request->property_address, 40) }}
{{ ucfirst(str_replace('_', ' ', $request->request_type)) }}
{{ $request->inspectionDocuments->count() }} documents
New inspection requests will appear here.