@extends('templates/ins/master') @section('content')

Settings

Save Changes

@{{ msg.error }}

@{{ msg.success }}


@{{ 250 - user.bio.length }}
{!! Form::open(array('action' => array('UsersController@resetPassword', Auth::id() ))) !!}
{!! Form::password( 'current_pwd', array('class' => 'form-control', "placeholder" => "Current Password" )) !!}
{!! Form::password( 'new_pwd', array('class' => 'form-control', "placeholder" => "New Password" )) !!}
{!! Form::submit( 'Update Password', array('class' => 'btn btn-default pull-right')) !!}
{!! Form::close() !!}

Enable the delete button by typing delete below

Deleting your account will delete ALL, clients, projects and tasks created under this account


@stop()