@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