|
@@ -533,6 +533,7 @@
|
|
|
<tr>
|
|
|
<th class="px-2 text-secondary border-bottom-0">Effective Date</th>
|
|
|
<th class="px-2 text-secondary border-bottom-0">Time</th>
|
|
|
+ <th class="px-2 text-secondary border-bottom-0">Created</th>
|
|
|
{{--<th class="px-2 text-secondary border-bottom-0 w-50">Details</th>--}}
|
|
|
<th class="px-2 text-secondary border-bottom-0 delete-column"> </th>
|
|
|
</tr>
|
|
@@ -543,14 +544,13 @@
|
|
|
<tr>
|
|
|
<td class="px-2">
|
|
|
<div class="font-weight-bold">{{friendly_date_time($entry->effective_date, false)}}</div>
|
|
|
- <div class="small text-secondary">
|
|
|
- Created:
|
|
|
- <div>{{friendly_date_time($entry->created_at)}}</div>
|
|
|
- </div>
|
|
|
</td>
|
|
|
<td class="px-2">
|
|
|
{{time_in_hrminsec($entry->time_in_seconds)}}
|
|
|
</td>
|
|
|
+ <td class="px-2">
|
|
|
+ {{friendly_date_time($entry->created_at)}}
|
|
|
+ </td>
|
|
|
{{--<td class="px-2">
|
|
|
<div class="text-secondary text-s">{!! $entry->content_text !!}</div>
|
|
|
--}}{{--<div class="text-secondary text-sm">{{$entry->content_detail}}</div>--}}{{--
|