closed:#628 Item reminder is not reminding with notifications

This commit is contained in:
Batuhan Baş
2018-11-16 16:34:23 +03:00
parent f5495474c6
commit c81f156c89
3 changed files with 14 additions and 0 deletions

View File

@ -130,6 +130,13 @@
</a>
</li>
@endif
@if (count($items_reminder))
<li>
<a href="{{ url('auth/users/' . $user->id . '/read-items') }}">
<i class="fa fa-cubes text-red"></i> {{ trans_choice('header.notifications.items_reminder', count($items_reminder), ['count' => count($items_reminder)]) }}
</a>
</li>
@endif
</ul>
</li>
<li class="footer"><a href="#">{{ trans('header.notifications.view_all') }}</a></li>