@extends('layouts.app') @section('title')
"{{ $user->feedposts->last()->status }}"
@else"I'm new to ARCHBLOX!"
@endif @else @if (!empty(App\Models\FeedPost::where('user_id', $user->id)->first()->status))"{{ App\Models\FeedPost::where('user_id', $user->id)->orderBy('id', 'desc')->first()->status }}"
@else"I'm new to ARCHBLOX!"
@endif @endif @if (Cache::has('is_online_' . $user->id)) Website @else Offline - Last Online {{ Carbon\Carbon::parse($user->last_seen)->diffForHumans() }} @endif