@extends('layouts.app') @section('page-title', 'Profile') @section('content')
Name: {{ auth()->user()->name }}
Email: {{ auth()->user()->email }}
Please log in to view your profile.