...
|
...
|
@@ -62,7 +62,7 @@ class Dashboard extends Backend |
|
|
'todayuserlogin' => User::whereTime('logintime', 'today')->count(),
|
|
|
'sevendau' => User::whereTime('jointime|logintime|prevtime', '-7 days')->count(),
|
|
|
//'thirtydau' => User::whereTime('jointime|logintime|prevtime', '-30 days')->count(),
|
|
|
'notselectedorder' => \app\admin\model\Order::where("driver_id","")->count(),
|
|
|
'notselectedorder' => \app\admin\model\Order::where("driver_id",null)->count(),
|
|
|
'newadditionorder' => \app\admin\model\Order::where("is_check",0)->count(),
|
|
|
'threednu' => User::whereTime('jointime', '-3 days')->count(),
|
|
|
'sevendnu' => User::whereTime('jointime', '-7 days')->count(),
|
...
|
...
|
|