@extends('theme::layouts.app') @section('content')

{{ $user->name }}

{{ '@' . $user->username }}

{{ $user->role->display_name }}

{{ $user->profile('about') }}

Your application info about {{ $user->name }} here

You can edit this template inside of resources/views/{{ theme_folder('/profile.blade.php') }}

@endsection