My Profile

View and manage your account details

Edit Profile
@if(session('success'))
{{ session('success') }}
@endif
{{-- Left panel --}}
Account
@if($user->avatar) {{ $user->name }} @else
{{ strtoupper(substr($user->name,0,2)) }}
@endif
{{ $user->name }}
@if($user->location)
{{ $user->location }}
@endif @if($user->phone)
{{ $user->phone }}
@endif @if($user->website) @endif
Joined {{ $user->created_at->format('M Y') }}
{{-- Right sections --}}
{{-- Stats --}}
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 info --}}
Personal Information Edit
Name {{ $user->name }}
Email {{ $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 --}} @if($user->bio)
Bio

{{ $user->bio }}

@endif {{-- Security --}}
Security
Password
Last updated {{ $user->updated_at->diffForHumans() }}
Change Password
{{-- /cu-sections --}}
{{-- /cu-layout --}}