Browse Source

updated fe2

logicpowerhouse 4 years ago
parent
commit
63621eafe4

+ 1 - 2
resources/views/app/practice-management/treatment-services-util.blade.php

@@ -18,7 +18,6 @@
                     <thead>
                     <tr>
                         <th>Date</th>
-                        <th>Day</th>
                         <th>Total hrs.</th>
                     </tr>
                     </thead>
@@ -28,8 +27,8 @@
                     ?>
                     @foreach($view_treatment_service_utilization_org as $x)
                         <tr>
-                            <td>{{$x->effective_date}}</td>
                             <td>
+                                {{$x->effective_date}} ---
                                 {{ $dowMap(date('w', strtotime($x->effective_date))) }}
                             </td>
                             <td>{{$x->total_hrs}}</td>