mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-15 07:06:47 +00:00
book cases added
This commit is contained in:
7
resources/views/vendor/comments/components/date.blade.php
vendored
Normal file
7
resources/views/vendor/comments/components/date.blade.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<time datetime="$date->format('Y-m-d H:i:s')" class="comments-date">
|
||||
@if($date->diffInMinutes() < 1)
|
||||
{{ __('comments::comments.just_now') }}
|
||||
@else
|
||||
{{ $date->diffForHumans() }}
|
||||
@endif
|
||||
</time>
|
||||
Reference in New Issue
Block a user