@extends('member.layouts.app') @section('title', 'My Profile') @section('content') @php $hasMembership = request()->boolean('membership', true); $memberName = auth()->user()?->name ?? 'Kasun Perera'; $initials = collect(explode(' ', trim($memberName)))->map(fn($w) => strtoupper(substr($w, 0, 1)))->take(2)->implode(''); @endphp
Manage your account settings and preferences.
Member since Jan 2024
@if($hasMembership)Password
Last changed 3 months ago
Two-Factor Authentication
Add an extra layer of security