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