mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
Updates the user follow component to two smaller components. Still needs to be optimized.
6 lines
179 B
PHP
6 lines
179 B
PHP
@props(['datetime'])
|
|
|
|
<time datetime="{{ $datetime->format('c') }}" title="{{ $datetime->format('l jS \\of F Y g:i:s A e') }}">
|
|
{{ Carbon::dynamicFormat($datetime) }}
|
|
</time>
|