@extends('layout.main') @section('body') @include('layout.navbar') @include('layout.sidebar')

Welcome Back!
{{ auth()->user()->name }}!

@endsection