@extends('frontend.layouts.app') @section('title') @lang("Change Password: ") {{$$module_name_singular->name}} @endsection @section('content')
@include('frontend.includes.messages')

@lang('Change Password')

Use the following form to change your account password!

{{ html()->form('PATCH', route('frontend.users.changePasswordUpdate', encode_id($$module_name_singular->id)))->class('form-horizontal')->open() }}