Update menu entries and fixes some profile picture problems.
Added help pages too.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<i data-lucide="x-circle" size="12"></i>
|
||||
Rejected
|
||||
@php
|
||||
$daysLeft = intval(7 - now()->diffInDays($entry->rejected_at));
|
||||
$daysLeft = 7 + intval(now()->diffInDays($entry->rejected_at));
|
||||
@endphp
|
||||
@if($daysLeft > 0)
|
||||
- deleted in {{ $daysLeft }} days
|
||||
|
||||
Reference in New Issue
Block a user