@extends('layouts.app') @section('title') {{ $user->name }} - {{ env('APP_NAME') }} @endsection @section('content')

{{ $user->name }}

@if (Cache::has('is_online_' . $user->id))

Website

@else

Offline

@endif

"I'm new to MORBLOX!"

profile image

{{ $user->blurb }}

Joined: {{ $user->created_at->format('d/m/Y') }}

(day/month/year)

Place Visits: 0

MORBLOX Badges

This user has not collected any MORBLOX badges yet!

Game Badges

This user has not collected any game badges yet!

Games

This user hasn't made any games yet!

Friends

This user hasn't made friends with anyone!

@endsection