diff --git a/src/resources/views/livewire/dashboard/index.blade.php b/src/resources/views/livewire/dashboard/index.blade.php index e4e450a..589e240 100644 --- a/src/resources/views/livewire/dashboard/index.blade.php +++ b/src/resources/views/livewire/dashboard/index.blade.php @@ -263,10 +263,10 @@ @endphp
@if($isOverdue) - - {{ $task->due_at->format('d.m.') }} + + + {{ t('dashboard.overdue') }} ยท {{ $task->due_at->format('d.m.') }} - @elseif($task->due_at) {{ $task->due_at->format('d.m.') }}