@@ -861,7 +861,6 @@ class PracticeManagementController extends Controller
{
$claimsTotal = DB::select(DB::raw("SELECT COUNT(*) FROM claim WHERE is_cancelled IS NOT TRUE"));
- $notesTotal = DB::select(DB::raw("SELECT COUNT(*) FROM claim WHERE is_cancelled IS NOT TRUE AND "));
$performerPro = $this->performer->pro;
$allPros = [];