@extends('_layouts.app') @section('content')
Welcome {{ auth()->user()->name }}
@endsection @section('title') Dashboard @endsection