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

Welcome, {{ auth()->user()->name }}

{{--

Here's what's happening with I M Happy today.

--}}
welcome
@endsection