@extends ('layouts.template') @section('content')
Key Numbers
@if(@$keyNumbers['naBillableSignedNotes']) @endif
{{$keyNumbers['totalPatients']}} Total patients
{{$keyNumbers['patientsNotSeenYet']}} Patients I have not seen yet
{{$keyNumbers['pendingBillsToSign']}} Pending bills to sign
{{$keyNumbers['signedNotesWithoutBills']}} Signed notes without bills
{{$keyNumbers['pendingNotesToSign']}} Pending notes to sign
{{$keyNumbers['numOpenTickets']}} Open tickets
{{$keyNumbers['measurementsToBeStamped']}} Unstamped Measurements
{{$keyNumbers['unacknowledgedCancelledBills']}} Unacknowledged Cancelled Bills
{{$keyNumbers['unacknowledgedCancelledSupplyOrders']}} Unacknowledged Cancelled Supply Orders
{{$keyNumbers['unsignedSupplyOrders']}} Unsigned Supply Orders
{{$keyNumbers['patientsHavingBirthdayToday']}} Patients having birthday today
{{$keyNumbers['naBillableSignedNotes']}} Billable signed notes
Reimbursement
{{-- --}}
${{friendly_money($reimbursement['currentBalance'])}} Current balance
${{friendly_money($reimbursement['nextPaymentAmount'])}} Processing
{{$reimbursement['lastPayment']}} Last payment
{{friendly_date_time($reimbursement['lastPaymentDate'], false)}} Last payment date
@if($pro->pro_type === 'ADMIN')
Bills & Claims
{{$businessNumbers['notesWithBillsToResolve']}} Notes with bills to resolve
{{$businessNumbers['notesPendingBillingClosure']}} Notes pending billing closure
@endif
@if(count($newMCPAssociations))

New Patients

@foreach($newMCPAssociations as $assoc)
You have been assigned as the MCP for {{$assoc->patient->displayName()}}. Acknowledge
@endforeach
@endif @if(count($newNAAssociations))

New Patients

@foreach($newNAAssociations as $assoc)
You have been assigned as the Care Coordinator for {{$assoc->patient->displayName()}}. Acknowledge
@endforeach
@endif
Today: @{{ selectedDate }}
@{{ event.proInitials }}
@{{ event.proName }}  /  @{{ event.friendlyStartTime }} - @{{ event.friendlyEndTime }} @{{ event.timezone }}  /  @{{ event.title }}
@{{ event.clientName }} @{{ event.clientSummary }}
Status: @{{ event.status }}  /  Edit Appointment
@{{ event.inHowManyHours }}
You have no appointments on @{{ selectedDate }} You have no appointments on @{{ selectedDate }} with status @{{ filterStatus }}
Please select a date from the calendar on the left
Loading...
@include('app.dashboard.incoming_reports')
@include('app.dashboard.erx')
@include('app.dashboard.labs')
@include('app.dashboard.imaging')
@include('app.dashboard.supply_orders')
@endsection