@php $completed = $item->status == 'completed' && !$item->complete_temporarily ? true : false; $settings = unserialize($item->settings); @endphp