|
@@ -48,7 +48,6 @@ foreach ($days as $k => $day) {
|
|
|
<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">Communicated</th>
|
|
|
<th class="px-2 text-secondary border-bottom-0 w-50">Comments</th>
|
|
|
<th class="px-2 text-secondary border-bottom-0 delete-column"> </th>
|
|
@@ -64,9 +63,6 @@ foreach ($days as $k => $day) {
|
|
|
<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">
|
|
|
{{$entry->did_pro_interact_with_client_about_rm ? 'Yes' : 'No'}}
|
|
|
</td>
|