@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') }}