@extends ('layouts.template') @section('content')
{{$pro->get_patients_count_as_dna()}} | Patients |
---|---|
{{$pro->get_new_patients_awaiting_visit_count_as_dna()}} | New Patients Awaiting Visit |
{{$pro->get_notes_pending_signature_count_as_dna()}} | Notes Pending Signature |
{{$pro->get_notes_pending_billing_count_as_dna()}} | Notes Pending Billing |
{{$pro->get_patients_without_appointment_count_as_dna()}} | Patients w/o Appointments |
{{$pro->get_patients_overdue_count_as_dna()}} | Patients Overdue for Visit |
{{$pro->get_cancelled_bills_awaiting_review_count_as_dna()}} | Cancelled Bills Pending Review |
{{$pro->get_patients_without_remote_measurement_in_48_hours_count_as_dna() ?? '-'}} | Patients w/o Measurement in 48 hrs. |
---|
Billing & Reimbursement | |
---|---|
{{friendly_date_time($reimbursement['nextPaymentDate'], false)}} | Next Payment Date |
${{friendly_money($reimbursement['currentBalance'])}} | Current balance |
${{friendly_money($reimbursement['nextPaymentAmount'])}} | Processing |
${{friendly_money($reimbursement['nextPaymentAmount'])}} | Treatment Services |
${{friendly_money($reimbursement['nextPaymentAmount'])}} | Remote Monitoring |
${{friendly_money($reimbursement['nextPaymentAmount'])}} | Other Services |
{{$reimbursement['lastPayment']}} | Last payment |
{{friendly_date_time($reimbursement['lastPaymentDate'], false)}} | Last payment date |