forge/resources/views/components/time.blade.php
Refringe d1b142c2ee
Reworked Mod Listing
Updates the mod listing components to be a little more friendly.
2024-09-13 00:08:00 -04:00

6 lines
120 B
PHP

@props(['datetime'])
<time datetime="{{ $datetime->format('c') }}">
{{ Carbon::dynamicFormat($datetime) }}
</time>