@extends('layouts.app') @section('title', 'Dashboard') @section('content')
profile picture

{{ $user->username }}

@endsection