@extends('layouts._front.pages') @section('content') {{-- */$active1="";$active2="";$active3="";$active4="";$active5="class=uk-active";/* --}}
@include('home.includes.sidenav-account')

Change Password

@if(Session::has('success'))
{!!Session::get('success')!!}
@endif @if(Session::has('error'))
{!!Session::get('error')!!}
@endif {!! Form::open(array('url' => '/user-change-password', 'method' => 'post', 'class' => 'row-fluid bill-info')) !!}
{!! Form::label('password', 'Password',array('style'=>'width:200px')); !!} {!! Form::password('password',array('id'=>'password','required'=>'required','class'=>'form-control')) !!}
{!! Form::label('password1', 'Confirm New Password',array('style'=>'width:200px')); !!} {!! Form::password('password1',array('id'=>'password1','required'=>'required','class'=>'form-control')) !!}
{!! Form::submit('Change Password',array('name'=>'register','class'=>'uk-button uk-button-success pull-right'))!!} {!! Form::close() !!}
@stop @section('headercodes') @stop