@extends('layouts.admin') @section('title', 'My Profile') @section('content')
Personal settings

My profile.

Manage your administrator details and sign-in password.

@csrf @method('PUT')

Profile details

@csrf @method('PUT')

Change password

Use at least 12 characters with uppercase, lowercase, numbers, and symbols.

Two-factor authentication

Manage 2FA
@endsection