diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php
index 1e8707c..b1b186a 100644
--- a/resources/views/admin/home.blade.php
+++ b/resources/views/admin/home.blade.php
@@ -263,43 +263,42 @@
{{$counts['bill_today']}}
-
今日应收(元)
-
9040.00
+
今日退款(元)
+
{{$counts['refund_today']}}
-
今日应收(元)
-
9040.00
+
在岗护工
+
{{$counts['paramedic_has_order']}}
-
今日应收(元)
-
9040.00
+
订单总数(个)
+
{{$counts['orders_all']}}
-
今日应收(元)
-
9040.00
+
护工数量(人)
+
{{$counts['paramedics']}}
-
今日应收(元)
-
9040.00
+
日结算
+
{{$counts['orders_finished_in_today']}}
-
今日应收(元)
-
9040.00
+
日派工
+
{{$counts['orders_ongoing_in_today']}}
-
-
-
待处理
-
0
+
+
待处理
+
{{$counts['orders_pending']}}
-
-
待处理
-
0
+
+
在陪患者
+
{{$counts['orders_ongoing']}}
-
-
待处理
-
0
+
+
已完成
+
{{$counts['orders_finished']}}