@extends('main')
@section('styles')
@endsection
@section('page-title')
{{ __('Update Password') }}
@endsection
@section('content')
{!! __('Update Password') !!}
@endsection
@section('scripts')
{!! Html::script(Theme::current()->assetPath.'/js/jquery.validate.js') !!}
@endsection