@php $moveClass = ''; @endphp @if ($draggable == 'false') @php $moveClass = 'move-disable'; @endphp @endif @php $priorityColor = ($task->priority == 'high' ? '#dd0000' : ($task->priority == 'medium' ? '#ffc202' : '#0a8a1f')); @endphp
@if ($task->is_private) @lang('app.private') @endif #{{ $task->task_short_code }}