@extends('layouts.app') @section('title', 'Insurance & Claims') @section('styles') @endsection @section('content')
Track insured bills through submission and payment
Total Claims
{{ number_format($stats['total_amount'] ?? 0) }}
Pending
{{ $stats['pending_count'] ?? 0 }}
Delivered
{{ $stats['delivered_count'] ?? 0 }}
Paid
KES {{ number_format($stats['paid_amount'] ?? 0) }}
Outstanding
KES {{ number_format($stats['outstanding'] ?? 0) }}
| Patient | Insurer | Scheme | Claim Amount | Date Billed | Delivered | Paid |
|---|---|---|---|---|---|---|
| {{ $cl->patient->full_name ?? '' }} | @if($isUnknownInsurer) @if($canAssign) @else Unknown · Needs assignment @endif @else {{ $cl->insuranceCompany->name ?? '' }} @endif | {{ $cl->scheme ?? $cl->member_number ?? '-' }} | {{ number_format($cl->claim_amount) }} | {{ $cl->submission_date?->format('d M Y') ?? $cl->created_at->format('d M Y') }} |
@if($isAdmin)
|
@if($isAdmin)
|
| No claims found. | ||||||
Claim · Currently with