@extends('layouts.responsive') @section('title', 'Profile Settings') @section('content')
Manage your personal information and account details
{{ $user->email }}
{{ $user->phone }}
{{ $user->created_at->format('M d, Y') }}
{{ $user->created_at->diffForHumans() }}
{{ $user->updated_at->format('M d, Y') }}
{{ $user->updated_at->diffForHumans() }}
#{{ str_pad($user->id, 6, '0', STR_PAD_LEFT) }}
Update your account password
{{ $user->two_factor_secret ? 'Enabled' : 'Disabled' }}
Permanently delete your {{ setting('business.name', 'AbokiPay') }} account