@extends('layouts.master') @section('content')
@if (session()->has('success')) @endif
Change Password
@csrf
@error('password')
{{ $message }}
@enderror
@error('password-confirmation')
{{ $message }}
@enderror
Cancel

@endsection