@extends('layouts.admin') @section('title', 'Change Password') @section('role-label', 'Super Admin') @section('page-subtitle', 'Update your admin password') @section('sidebar-nav') @endsection @section('content')
Back

Change Password

Update your super admin password

@csrf
@error('current_password')

{{ $message }}

@enderror
Cancel
@endsection