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

Therapists Stats

@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
Id Name Total Patients B2B Patients B2C Patients Partner Patients Active Patients Country Non Active Patients Completed Videos Additional Videos Last Active Sent Messages Word Count Action
@endsection @section('script') @endsection