@extends('admin.layouts.master') @section('title') @lang('messages.change_Password') @endsection @section('page_header')

تغيير كلمة المرور {{ $user->name }}

@endsection @section('content')
{!! Form::open([ 'url' => route('admin.users.post.change-password', $user), 'class' => 'form-horizontal' ]) !!}
{!! Form::close() !!}
@endsection