@extends('admin.layouts.master') @section('content')

Dashboard

{{$data['patient']}}

Patients

{{$data['therapist']}}

Therapist

{{$data['approved_therapist']}}

Approved Therapist

{{$data['total_subscribers']}}

Total Subscribers

{{$data['active_patient']}}

Active Patient Today

{{$data['active_therapist']}}

Active Therapist Today

{{$data['schedule_calls']}}

Scheduled video calls

{{$data['total_income']}}

Income this month

{{$data['average']}}

Average Time to Find Therapist

{{$data['patient_lastweek']}}

New Patients in last 7 days

{{$data['therapist_lastweek']}}

New Therapists in last 7 days

{{$data['patient_notfinished_question']}}

Patients that haven't finished questionnaire

{{$data['patient_redirected_question']}}

Patients redirected on questionnaire

{{$data['upcoming_appointments']}}

Appointments(Next 7 days)

@endsection