diff --git a/src/resources/views/profile/show.blade.php b/src/resources/views/profile/show.blade.php index 8a9cbc1..ff0935e 100644 --- a/src/resources/views/profile/show.blade.php +++ b/src/resources/views/profile/show.blade.php @@ -57,11 +57,12 @@ class="mb-6 overflow-hidden bg-c-primary/10 p-6 shadow-sm sm:rounded-lg">

+ Seen: Last time seen: @if ($user->session) - Online + {{ \Carbon\Carbon::parse($user->session->last_activity)->diffInMinutes() }} @else - {{ $mostRecentUpdatedAt->diffForHumans() }} + {{ $mostRecentUpdatedAt->format('d.m.y') }} @endif

@@ -72,7 +73,8 @@ class="mb-6 overflow-hidden bg-c-primary/10 p-6 shadow-sm sm:rounded-lg">
-

Posts by {{ $user->name }} +

Posts by + {{ $user->name }}