Surgical and procedure pre-authorization requests
| Auth # | Member | Provider | Diagnosis | Approved Amt | Status | Date | Actions |
|---|---|---|---|---|---|---|---|
| {{ $pa->auth_number }} | {{ $pa->member->full_name ?? 'N/A' }} | {{ $pa->provider->name ?? 'N/A' }} | {{ Str::limit($pa->diagnosis, 40) }} | {{ $pa->approved_amount_cents ? '$' . number_format($pa->approved_amount_cents / 100, 2) : '-' }} | {{ ucfirst($pa->status) }} | {{ $pa->requested_date->format('d M Y') }} | View |
| No pre-authorizations found. | |||||||