@extends('layouts.app') @section('title')
"I'm new to ARCHBLOX!"
@if (Cache::has('is_online_' . $user->id)) Website @else Offline - Last Online {{ Carbon\Carbon::parse($user->last_seen)->diffForHumans() }} @endifYou haven't made friends with anyone yet.
@endif {{ $userFriends->links() }}