@extends('backend.layouts.master') @section('content')
{!! Form::open(array('url' => url()->current(), 'method' => 'get', 'id'=> 'gridForm','role'=>'form')) !!}

11.1 Quản lý mật khẩu

{{ Form::close() }}
@include('backend.system.users.setting_password_ajax')
@endsection @section('script') @include('backend.layouts.script') @endsection