@extends('layouts.user') @section('title', 'Profile') @section('topbar-title', 'My Profile') @section('content')

Personal Information

@csrf @method('PATCH')
Email cannot be changed.

Account Info

Member since {{ auth()->user()->created_at->format('F Y') }}
Account type Standard User
@endsection