@extends('core::layouts.dashboard') @section('title', 'Profile') @section('content')
{{ Auth::check() ? Auth::user()->email : 'guest@example.com' }}