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

Hello, {{ Auth::user()->username }}!

Recently Played Content here.

My Feed

@endsection