@extends('layouts.app') @section('content')
{{-- LEFT PROFILE --}}
{{ auth()->user()->name }}
{{ auth()->user()->email }}
@csrf
{{-- RIGHT FORM --}}
Account Settings
@csrf @method('PUT')
@endsection