|
{{ FindObjectInArrayByPropertyValue($chores, 'id', $curentChoreEntry->chore_id)->name }}
|
@if(!empty($curentChoreEntry->next_estimated_execution_time))
{{ $curentChoreEntry->next_estimated_execution_time }}
@else
-
@endif
@if($curentChoreEntry->is_rescheduled == 1)
@endif
|
@if(!empty($curentChoreEntry->last_tracked_time))
{{ $curentChoreEntry->last_tracked_time }}
@else
-
@endif
|
@if(!empty($curentChoreEntry->next_execution_assigned_to_user_id))
{{ FindObjectInArrayByPropertyValue($users, 'id', $curentChoreEntry->next_execution_assigned_to_user_id)->display_name }}
@else
-
@endif
@if($curentChoreEntry->is_reassigned == 1)
@endif
|
{{ $curentChoreEntry->due_type }}
@if($curentChoreEntry->due_type == 'duetoday')
duesoon
@endif
|
@if(!empty($curentChoreEntry->next_execution_assigned_to_user_id))
xx{{ $curentChoreEntry->next_execution_assigned_to_user_id }}xx
|