@extends('layouts.master') @section('title', 'Profile '.$user->username) {{-- @section('content-header', 'Template') --}} @section('style-plugins') @endsection @section('style-custom') @endsection @section('content')
{{ $user->username }}