@extends('auth.layout') @section('content')

{{ __('Change Password') }}

Please enter your Old Password first, and then enter your New Password to reset it.

@csrf @if (session('status') || session('message')) @elseif (session('error')) @endif
@error('old_password') {{ $message }} @enderror
@error('new_password') {{ $message }} @enderror

@endsection