@include('site.layouts.CommonCSS') @stack('css') @stack('css-inline') @include('site.layouts.header')
{!! Form::model($usersInfo,['url' => url('student/changePassword'),'id'=>'changePassword']) !!}
{!! Form::close() !!}
@include('site.layouts.footer') @include('site.layouts.CommonJS') @include('site.layouts.flashMessage') @stack('script') @stack('script-function')