@if (getModuleAccess('Appointments'))
{{ __('messages.patient.total_appointments') }}
{{ $totalAppointments }}
@endif @if (getModuleAccess('Appointments'))
{{ __('messages.lunch_break.todays_appointments') }}
{{ $todayAppointments }}
@endif @if (getModuleAccess('Live Consultations'))
{{ __('messages.lunch_break.total_meetings') }}
{{ $totalMeeting }}
@endif @if (getModuleAccess('Bills'))
{{ __('messages.dashboard.total_bills') }}
{{ $currencySymbol . ' ' . $billedAmmount }}
@endif