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

Change Password


@csrf @method('put')
@error('password') {{ $message }} @enderror
@endsection @section('scripts') @endsection