@extends('layouts.admin') @section('content')
Welcome, {{ auth()->user()->name }}.
You are logged in as {{ auth()->user()->email }}.