@extends('theme::layouts.app') @section('content')
{{ '@' . $user->username }}
{{ $user->profile('about') }}
Your application info about {{ $user->name }} here
You can edit this template inside of resources/views/{{ theme_folder('/profile.blade.php') }}