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

Change Password

@csrf
@error('password') {{ $message }} @enderror
Back
@endsection