book cases added

This commit is contained in:
Benjamin Takats
2022-12-07 14:57:15 +01:00
parent d1fcde87e6
commit 840f79e7fc
59 changed files with 2175 additions and 142 deletions

View 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>