@extends('backend.layouts.main') @section('title', 'Account-Settings') @section('main-container') @if(in_array(request('index'), array_keys($indexArray))) @php $value = $indexArray[request('index')]; @endphp @else @php return redirect()->route('accountSettings'); @endphp @endif
{{--
--}}

From here you can view/edit your profile.

Edit-profile
You can edit view and edit your profile through edit button.

Preferences

Change your security settings, set up secure authentication.

Password
Reset your password regularly to keep your account safe and secure.

Two-factor authentication
Set up two-factor authentication by verifying your phone number .

Delete Account
Permanently delete your {{ env('APP_NAME') }} account.

Comming soon.

Comming soon.

Comming soon.

@endsection