@extends('index') @section('content')
{{ auth()->user()?->name }}

{{ auth()->user()?->email }}

@endsection