|
@@ -29,7 +29,7 @@
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
{{$x->effective_date}} ---
|
|
{{$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>
|
|
</tr>
|
|
</tr>
|