@extends('layouts.app') @section('content')

Your identity

Settings

Managed securely through your Google account.

@if($user->avatar)@else{{ str($user->name)->substr(0,2)->upper() }}@endif

{{ $user->name }}

{{ $user->email }}

Sign-in method
Google OAuth
Account status
Last login
{{ $user->last_login_at?->diffForHumans() ?? 'Just now' }}
Connected bots
{{ $user->bots()->count() }}

Privacy & security

BOTz Cloner does not store a Google password. Telegram tokens are encrypted at rest and never included in logs, URLs, or browser JavaScript.

@endsection