@extends('site.layouts.default') {{-- Web site Title --}} @section('title') {{{ Lang::get('user/user.profile') }}} :: @parent @stop {{-- Content --}} @section('content')
| # | Username | Signed Up |
|---|---|---|
| {{{$user->id}}} | {{{$user->username}}} | {{{$user->joined()}}} |