@extends('default') @section('title', $user->username) @section('breadcrumb') Home > Users > {{ $user->username }} @endsection @section('content') @include('partial/user', ['user' => $user])

>tfw no user bio feature

@endsection @section('scripts') @endsection