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

Change Password

@if ($errors->any()) @endif
@csrf
At least 8 characters. Must be different from your current password.
Cancel
@endsection