@extends('layouts.app') @section('content')
Update your personal details and avatar.
Full Name
{{ $user->name }}
Email Address
{{ $user->email }} @if($user->hasVerifiedEmail()) Verified @else Unverified @endif
Phone Number
{{ $user->phone ?? 'Not set' }}
Bio
{{ $user->bio ?? 'Not set' }}
Update your password to keep your account secure.
Recent login activity on your account (Max 10 records, last 1 month).
{{ $history->login_at->format('d M Y, H:i') }}
({{ $history->login_at->diffForHumans() }})No login history recorded yet.
@endforelseIrreversible actions for your account.
Once you delete your account, there is no going back. Please be certain.
Connected Accounts
Manage your linked social accounts.
Google
{{ $user->google_id ? 'Connected' : 'Not connected' }}
GitHub
{{ $user->github_id ? 'Connected' : 'Not connected' }}