Total Requests
{{ $stats['total_requests'] > 0 ? 'Active' : 'Get Started' }}
Pending Review
@if($stats['total_requests'] > 0) {{ number_format(($stats['pending_requests'] / $stats['total_requests']) * 100, 1) }}% Awaiting Review @else No pending requests @endif
Approved
@if($stats['total_requests'] > 0) {{ number_format(($stats['approved_requests'] / $stats['total_requests']) * 100, 1) }}% Success Rate @else No approvals yet @endif
Rejected
@if($stats['total_requests'] > 0) {{ number_format(($stats['rejected_requests'] / $stats['total_requests']) * 100, 1) }}% Rejection Rate @else No rejections yet @endif