@extends ('layouts.template') @section('content')
Key Numbers
{{$pro->patientsCountAsDna()}} Patients
{{$pro->patientsAwaitingMcpVisitCountAsDna()}} Patients Awaiting MCP Visit
{{$pro->patientsWithoutAppointmentCountAsDna()}} Patients w/o Appointment
{{$pro->encountersPendingMyReviewCountAsDna()}} Encounters Pending My Review
{{$pro->encountersInProgressCountAsDna()}} Encounters In Progress
{{$pro->appointmentsPendingConfirmationCountAsDna()}} Appointments Pending Confirmation
{{$pro->cancelledAppointmentsPendingAckCountAsDna()}} Cancelled Appointments Pending Ack.
{{$pro->reportsPendingAckCountAsDna()}} Reports Pending Ack.
{{$pro->supplyOrdersPendingMyAckCountAsDna()}} Supply Orders Pending My Ack.
{{$pro->supplyOrdersPendingHcpApprovalCountAsDna()}} Supply Orders Pending HCP Approval
Remote Monitoring: {{friendly_month(date('Y-m-d'))}}
{{$pro->get_patients_without_remote_measurement_in_48_hours_count_as_dna() ?? '-'}} Patients w/o Measurement in 48 hrs.
Practice Management
{{-- {{-- --}}
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
Measurements Pending Stamping
@include('app.dna.dashboard.measurements-pending-stamping')
Notifications
@include('app.dna.dashboard.notifications')
Messages
@include('app.dna.dashboard.messages')
Phone Calls & Memos
@include('app.dna.dashboard.calls_memos')
@endsection