My Profile
View and manage your account details
{{ session('success') }}
@endif
{{-- Left panel --}}
{{-- Right sections --}}
{{-- /cu-layout --}}
Account
{{-- Stats --}}
{{-- Personal info --}}
{{-- Bio --}}
@if($user->bio)
@endif
{{-- Security --}}
{{-- /cu-sections --}}
Activity Overview
{{ $user->tasks()->count() }}
Tasks
{{ $user->projects()->count() }}
Projects
{{ $user->reminders()->count() }}
Reminders
{{ $user->notes()->count() }}
Notes
{{ $user->files()->count() }}
Files
{{ $user->routines()->count() }}
Routines
Personal Information
Edit
| Name | {{ $user->name }} |
| {{ $user->email }} | |
| Phone | {{ $user->phone ?: '—' }} |
| Location | {{ $user->location ?: '—' }} |
| Website | @if($user->website) {{ Str::limit($user->website,40) }} @else — @endif |
| Member Since | {{ $user->created_at->format('F d, Y') }} |
Bio
{{ $user->bio }}
Security
Password
Last updated {{ $user->updated_at->diffForHumans() }}
Change Password
Last updated {{ $user->updated_at->diffForHumans() }}