ソースを参照

Update index.blade.php

admin@web.or.kr 4 ヶ月 前
コミット
19b2e329a2
1 ファイル変更19 行追加19 行削除
  1. 19 19
      resources/views/admin/index.blade.php

+ 19 - 19
resources/views/admin/index.blade.php

@@ -2,16 +2,16 @@
 
 @section('content')
 <div class="container">
-    <h2>»óȲÆÇ</h2>
+    <h2>�황�</h2>
     <hr/>
 
     <div class="row justify-content-center">
         <div class="col-md-6">
-            <h5>{{ date('m') }}¿ù ¹æ¹®ÀÚ</h5>
+            <h5>{{ date('m') }}월 방문�</h5>
             <div id="visitsChart"></div>
             <table class="table table-bordered">
                 <caption>
-                    ´ÜÀ§£º¸í
+                    단위:명
                 </caption>
                 <colgroup>
                     <col width="20%"/>
@@ -20,32 +20,32 @@
                     <col width="*"/>
                 </colgroup>
                 <tr>
-                    <th>½Å±Ô ¹æ¹®ÀÚ</th>
+                    <th>신규 방문�</th>
                     <td>{{ $visitStats['totalCntNew'] }}</td>
-                    <th>¿À´Ã ¹æ¹®ÀÚ</th>
+                    <th>오늘 방문�</th>
                     <td>{{ $visitStats['visitorTodayCount'] }}</td>
                 </tr>
                 <tr>
-                    <th>Àç¹æ¹®ÀÚ</th>
+                    <th>재방문�</th>
                     <td>{{ $visitStats['totalCntRe'] }}</td>
-                    <th>¾îÁ¦ ¹æ¹®ÀÚ</th>
+                    <th>어제 방문�</th>
                     <td>{{ $visitStats['visitorYesterdayCount'] }}</td>
                 </tr>
                 <tr>
-                    <th>¿À´Ã ¹æ¹®ÀÚ</th>
+                    <th>오늘 방문�</th>
                     <td>{{ $visitStats['totalCntTo'] }}</td>
-                    <th>Àüü ¹æ¹®ÀÚ</th>
+                    <th>전체 방문�</th>
                     <td>{{ $visitStats['visitorTotalCount'] }}</td>
                 </tr>
             </table>
         </div>
 
         <div class="col-md-6">
-            <h5>ȸ¿ø°¡ÀÔ</h5>
+            <h5>회�가입</h5>
             <div id="usersChart"></div>
             <table class="table table-bordered">
                 <caption>
-                    ´ÜÀ§£º¸í
+                    단위:명
                 </caption>
                 <colgroup>
                     <col width="20%"/>
@@ -54,15 +54,15 @@
                     <col width="*"/>
                 </colgroup>
                 <tr>
-                    <th>¿À´Ã °¡ÀÔÀÚ</th>
+                    <th>오늘 가입�</th>
                     <td>{{ $userStats['todayCount'] }}</td>
-                    <th>ÁÖ°£ °¡ÀÔÀÚ ¼ö</th>
+                    <th>주간 가입� 수</th>
                     <td>{{ $userStats['weeklyUserCount'] }}</td>
                 </tr>
                 <tr>
-                    <th>¿ù°£ °¡ÀÔÀÚ ¼ö</th>
+                    <th>월간 가입� 수</th>
                     <td>{{ $userStats['monthlyUserCount'] }}</td>
-                    <th>Àüü °¡ÀÔÀÚ ¼ö</th>
+                    <th>전체 가입� 수</th>
                     <td>{{ $userStats['totalUserCount'] }}</td>
                 </tr>
             </table>
@@ -85,9 +85,9 @@
                 x: 'x',
                 columns: [
                     ['x', {!! $visitStats['dates'] !!}],
-                    ["½Å±Ô", {!! $visitStats['cntNews'] !!}],
-                    ["Àç¹æ¹®", {!! $visitStats['cntRes'] !!}],
-                    ["ÇÕ°è", {!! $visitStats['cntTots'] !!}],
+                    ["신규", {!! $visitStats['cntNews'] !!}],
+                    ["재방문", {!! $visitStats['cntRes'] !!}],
+                    ["합계", {!! $visitStats['cntTots'] !!}],
                 ]
             },
             axis: {
@@ -106,7 +106,7 @@
                 x: 'x',
                 columns: [
                     ['x', {!! $userStats['dates'] !!}],
-                    ["½Å±Ô", {!! $userStats['cntNews'] !!}],
+                    ["신규", {!! $userStats['cntNews'] !!}],
                 ]
             },
             axis: {