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