mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
8 lines
219 B
PHP
8 lines
219 B
PHP
<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>
|