@@ -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)
- <td>{{$x->effective_date}}</td>
<td>
+ {{$x->effective_date}} ---
{{ $dowMap(date('w', strtotime($x->effective_date))) }}
</td>
<td>{{$x->total_hrs}}</td>