@extends('main') @section('styles') @endsection @section('page-title') @endsection @section('content')

{!! __('Update Password') !!}

{!! __('Update Password') !!}

{{ csrf_field() }}
@endsection @section('scripts') {!! Html::script(Theme::current()->assetPath.'/js/jquery.validate.js') !!} @endsection