@extends('frontend.layouts.split') @section('title', __('labels.backend.access.users.management') . ' '.html_entity_decode("—", ENT_QUOTES, 'UTF-8').' ' . __('labels.backend.access.users.change_password')) @section('breadcrumb-links') @include('backend.auth.user.includes.breadcrumb-links') @endsection @section('content') {{ html()->form('PATCH', route('frontend.auth.user.change-password.post', $user))->class('form-horizontal')->open() }}