@extends('layouts.admin') @section('title', 'Change Password') @section('header', 'Settings / Change Password') @section('content')

Update Password

Ensure your account is using a long, random password to stay secure.

@csrf
@error('current_password')

{{ $message }}

@enderror

@error('password')

{{ $message }}

@enderror
@endsection