@extends('layouts.user.master') @section('title') @lang('translation.settings') @endsection @section('css') {{-- Sweet alert popup--}} @endsection @section('content')
@if($user->background_cover != '') @else @endif
{{ $user->username }}

{{ ucfirst($user->role) }}

@lang('profile.complete-profile')
{{ (int)$profileCompletePercent }}%
@csrf
@csrf
{{-- TODO implement login history here shall be fun--}}
Login History
iPhone 12 Pro

Los Angeles, United States - March 16 at 2:47PM

Apple iPad Pro

Washington, United States - November 06 at 10:43AM

Galaxy S21 Ultra 5G

Conneticut, United States - June 12 at 3:24PM

Dell Inspiron 14

Phoenix, United States - July 26 at 8:10AM

@lang('profile.security')
Two-factor Authentication

Two-factor authentication is an enhanced security meansur. Once enabled, you'll be required to give two types of identification when you log into Google Authentication and SMS are Supported.

@lang('profile.app-notification')
  • Messages from people you follow

  • Choose the option you want as your default setting. Block a site: Next to "Not allowed to send notifications," click Add.

@csrf
@lang('profile.delete-account')

@lang('profile.delete-account-description')

@endsection @section('script') @endsection