@extends('layouts.app') @section('content')

Change Password

Keep your account secure with a strong password.

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
Please check the errors below.
@endif
@csrf
@error('current_password') {{ $message }} @enderror
@error('new_password') {{ $message }} @enderror
@endsection