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

{{ $data['user']->name }}

@if (Cache::has('is_online_' . $data['user']->id)) Website @else Offline - Last Online {{ Carbon\Carbon::parse($data['user']->last_seen)->diffForHumans() }} @endif

"I'm new to ARCHBLOX!"

profile image

{{ $data['user']->blurb }}


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

Place Visits: 0


Role

@foreach ($data['badges'] as $badge) @foreach ($data['user']->badges as $user_badge) @if ($badge->id == $user_badge)

{{ $badge->title }}

@endif @endforeach @endforeach

Badges

This user has not collected any badges yet!

Games

This user hasn't made any games yet!


Friends (1337)

This user hasn't made friends with anyone!


@endsection