@extends('layouts.user') @section('title', 'User Profile') @section('content')
{{ __('User Profile') }}
{{ Auth::user()->name }}

{{ Auth::user()->email }}

@endsection