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

{{ auth()->user()->username }}

@endsection