|
@@ -54,7 +54,10 @@
|
|
|
@foreach($view_treatment_service_utilization as $x)
|
|
|
<tr>
|
|
|
<td>{{$x->name_last}}, {{$x->name_first}}</td>
|
|
|
- <td>{{$x->effective_date}}</td>
|
|
|
+ <td>
|
|
|
+ {{$x->effective_date}} ---
|
|
|
+ {{ $dowMap[date('w', strtotime($x->effective_date))] }}
|
|
|
+ </td>
|
|
|
<td>{{$x->total_hrs}}</td>
|
|
|
</tr>
|
|
|
@endforeach
|