@extends('manager::layouts.master') @section('content') @include('manager::partials.breadcrumb', ['pages' => [ trans('manager::users.password.subtitle') ]]) @include('manager::partials.page-header', [ 'title' => trans('manager::users.password.title'), 'subtitle' => trans('manager::users.password.subtitle'), 'link' => ['route' => route('manager.home'), 'label' => trans('manager::users.btn.cancel') ] ]) @include('manager::partials.messages') {!! Form::open(['url' => route('manager.users.passwod.update'), 'class' => 'form-horizontal', 'id' => 'form-password', 'method' => 'put']) !!}

{!! Form::close() !!} @stop @section('scripts') @parent @stop