@extends('themes.basic.profile.layout') @section('title', $user->username) @section('content')
{{ $user->getName() }}
{{ $user->profile_heading }}
{!! $user->profile_description !!}
@endsection